[MPlayer-cvslog] CVS: main/input input.c,1.132,1.133
Diego Biurrun
diego at biurrun.de
Thu Mar 23 10:34:02 CET 2006
On Thu, Mar 23, 2006 at 12:05:16AM +0100, Alban Bedel CVS wrote:
>
> Modified Files:
> input.c
> Log Message:
> Move audio_delay to a property and add a few read only properties to
> query samplerate, format, etc.
>
> --- 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}} } },
What's this second argument? Does it need to be documented?
Diego
More information about the MPlayer-cvslog
mailing list