Opened 14 years ago
Closed 14 years ago
#1711 closed defect (fixed)
SDL driver passes meaningless keyboard codes to mplayer_put_key()
Reported by: | Owned by: | beastd | |
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
IIn file libvo/sdl_common.c, the structure keysym_map[] misses - or -has lost - a scan stoppper entry {NULL, NULL} at the end of the structure.
This causes meaningless keyboard codes to be passed thru mplayer_put_key() in the sdl_default_handle_event() function, and impairs seriously the control of the player.
Note:
See TracTickets
for help on using tickets.
Thanks, I somehow forgot to add that...
Fixed in SVN r31384.