[MPlayer-dev-eng] Re: wishlist again
Andriy N. Gritsenko
andrej at lucky.net
Tue May 27 10:10:57 CEST 2003
Hi, Diego Biurrun!
Sometime (on Monday, May 26 at 2:52) I've received something...
>Hi!
>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
With best wishes.
Andriy.
More information about the MPlayer-dev-eng
mailing list