[MPlayer-cvslog] r19380 - trunk/libass/ass.c
Diego Biurrun
diego at biurrun.de
Sun Aug 13 10:23:35 CEST 2006
On Sun, Aug 13, 2006 at 04:56:26AM +0400, Evgeniy Stepanov wrote:
> On Sunday 13 August 2006 04:47, eugeni wrote:
> > Log:
> > MinGW treats %lld as %d. Replace it with PRId64.
There is another one in libass/ass_render.c.
> The problem spreads beyond libass. If you try using vf_softpulldown in
> Windows, it always reports zero frames out.
>
> I've thought of modifying mp_msg() so that it would substitute all %lld's
> with %I64d under #ifdef __MINGW32__.
>
> The other way is to fix all %lld's in mplayer code and never use them again.
Removing them should not be that hard, although most of them appear to
be in FFmpeg. Isn't this a bug in MinGW that should be reported and
fixed there?
Diego
More information about the MPlayer-cvslog
mailing list