[MPlayer-cvslog] r19380 - trunk/libass/ass.c

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sun Aug 13 02:56:26 CEST 2006


On Sunday 13 August 2006 04:47, eugeni wrote:
> Log:
> MinGW treats %lld as %d. Replace it with PRId64.

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.



More information about the MPlayer-cvslog mailing list