[MPlayer-dev-eng] Re: wishlist again
Diego Biurrun
diego at biurrun.de
Tue May 27 11:52:53 CEST 2003
On Tue, May 27, 2003 at 11:10:57AM +0300, Andriy N. Gritsenko wrote:
> Sometime (on Monday, May 26 at 2:52) I've received something...
> >I thought I might update the wishlist, so start wishing away. It
> >works, since the last time the following wishes have become reality:
>
> >- native support for SVQ3 and WMV8
> >- drop -deinterlace plugin
>
> Unfortunately, last time it doesn't work with some locales. Fix for that
> is simple: add before sscanf()
>
> #ifdef USE_SETLOCALE
> setlocale(LC_NUMERIC, "C");
> #endif
>
> and after sscanf()
>
> #ifdef USE_SETLOCALE
> setlocale(LC_NUMERIC, "");
> #endif
Well, send a patch, or commit it, or send a patch and then commit after a
few days...
Diego
More information about the MPlayer-dev-eng
mailing list