Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: mplayer-plugin AudioDelay bug ?!



On 06 Feb 2003 Sven Goethel <sgoethel@jausoft.com> wrote:

> del is an integer, therefore an AudioDelay(1) means 1/10 == 0 !
> 
> 	MPlayerControl("audio_delay %+.1f",(float)(del/10));
> 
> so we have to cast the type, e.g.:
> 	MPlayerControl("audio_delay %+.1f", (float)del/10.0 );
> 
> true ?

Yes.
Applied. Thanks.

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index