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

Diego Biurrun diego at biurrun.de
Sat Apr 15 16:24:58 CEST 2006


On Tue, Apr 04, 2006 at 09:05:31AM +0200, Diego Biurrun wrote:
> 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...

Applied.

Diego




More information about the MPlayer-dev-eng mailing list