[MPlayer-dev-eng] [PATCH] switch audio delay keys

Ivan Kalvachev ikalvachev at gmail.com
Tue Apr 4 11:19:34 CEST 2006


2006/4/4, Diego Biurrun <diego at biurrun.de>:
> After Uoti Urpala's mail I've stumbled over the fact that the keys that
> set audio delay are backwards from what is documented...
>
> man page:
>
>   + and -
>     Adjust audio delay by +/- 0.1 seconds.
>
> code:
>
>   { { '-', 0 }, "audio_delay 0.100" },
>   { { '+', 0 }, "audio_delay -0.100" },
>
> So I suggest the attached patch to bring this in line with the
> documentation.  Increasing the delay with '+' and decreasing it with '-'
> is the only sane way...

I'm not sure if it is very wrong. After all delay is something
relative (audio to video or video to audio).

However if you are going to change them then i would prefer '='
instead of '+', so both keys be used without need to press shift for
one of them.




More information about the MPlayer-dev-eng mailing list