[MPlayer-cvslog] CVS: main/input input.c,1.132,1.133
Alban Bedel CVS
syncmail at mplayerhq.hu
Thu Mar 23 00:05:16 CET 2006
CVS change done by Alban Bedel CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv31141/input
Modified Files:
input.c
Log Message:
Move audio_delay to a property and add a few read only properties to
query samplerate, format, etc.
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- input.c 22 Mar 2006 00:19:02 -0000 1.132
+++ input.c 22 Mar 2006 23:05:13 -0000 1.133
@@ -51,7 +51,7 @@
#ifdef USE_EDL
{ MP_CMD_EDL_MARK, "edl_mark", 0, { {-1,{0}} } },
#endif
- { MP_CMD_AUDIO_DELAY, "audio_delay", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
+ { MP_CMD_AUDIO_DELAY, "audio_delay", 1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
{ MP_CMD_SPEED_INCR, "speed_incr", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
{ MP_CMD_SPEED_MULT, "speed_mult", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
{ MP_CMD_SPEED_SET, "speed_set", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
More information about the MPlayer-cvslog
mailing list