[MPlayer-cvslog] CVS: main/input input.c,1.135,1.136

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 15 16:24:39 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv2086/input

Modified Files:
	input.c 
Log Message:
Switch audio delay keys to something more sane (+ to increase, - to decrease)
that happens to also match the documentation.


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- input.c	24 Mar 2006 19:32:23 -0000	1.135
+++ input.c	15 Apr 2006 14:24:36 -0000	1.136
@@ -304,8 +304,8 @@
   { {  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" },
   { { '[', 0 }, "speed_mult 0.9091" },
   { { ']', 0 }, "speed_mult 1.1" },
   { { '{', 0 }, "speed_mult 0.5" },




More information about the MPlayer-cvslog mailing list