[Mplayer-cvslog] CVS: main/input input.c,1.22,1.23

Winner of tha face compo gabucino at mplayer.dev.hu
Sat Mar 16 17:47:38 CET 2002


Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv18509/input

Modified Files:
	input.c 
Log Message:
ENTER now quits after last file


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- input.c	16 Mar 2002 16:36:32 -0000	1.22
+++ input.c	16 Mar 2002 16:47:35 -0000	1.23
@@ -152,11 +152,11 @@
   { {  KEY_DOWN, 0 }, "seek -60" },
   { {  KEY_PAGE_UP, 0 }, "seek 600" },
   { { KEY_PAGE_DOWN, 0 }, "seek -600" },
-  { { '+', 0 }, "audio_delay 0.100" },
-  { { '-', 0 }, "audio_delay -0.100" },
+  { { '-', 0 }, "audio_delay 0.100" },
+  { { '+', 0 }, "audio_delay -0.100" },
   { { 'q', 0 }, "quit" },
   { { KEY_ESC, 0 }, "quit" },
-  { { KEY_ENTER, 0 }, "quit" },
+  { { KEY_ENTER, 0 }, "pt_step 1 1" },
 #ifndef HAVE_NEW_GUI
   { { 'p', 0 }, "pause" },
 #endif
@@ -177,7 +177,6 @@
   { { '/', 0 }, "volume -1" },
   { { '0', 0 }, "volume 1" },
   { { '*', 0 }, "volume 1" },
-  { { 'm', 0 }, "use_master" },
   { { '1', 0 }, "contrast -1" },
   { { '2', 0 }, "contrast 1" },
   { { '3', 0 }, "brightness -1" },




More information about the MPlayer-cvslog mailing list