[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.80,1.81

Atmosfear atmos4 at mplayer.dev.hu
Fri Mar 29 01:04:17 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv11458/libvo

Modified Files:
	vo_sdl.c 
Log Message:
Remove alternative volume control binding that clash with libdvdnav support.



Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- vo_sdl.c	26 Mar 2002 16:45:21 -0000	1.80
+++ vo_sdl.c	29 Mar 2002 00:04:14 -0000	1.81
@@ -1242,10 +1242,8 @@
                                 case SDLK_GREATER: mplayer_put_key('>'); break;
                                 case SDLK_ASTERISK:
 				case SDLK_KP_MULTIPLY:
-				case SDLK_w: mplayer_put_key('*'); break;
 				case SDLK_SLASH:
 				case SDLK_KP_DIVIDE:
-                                case SDLK_s: mplayer_put_key('/'); break;
 				default: break;
 				}
 			break;




More information about the MPlayer-cvslog mailing list