[MPlayer-dev-eng] [PATCH] SSA/ASS subtitles support

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed May 31 20:34:26 CEST 2006


On Monday 29 May 2006 19:52, 陆然 wrote:
> The patch has a minor problem with freetype 2.2.1, the prototype of
> FT_Stroker_New inftstroke.h has changed from
>
> FT_EXPORT( FT_Error ) FT_Stroker_New( FT_Memory memory, FT_Stroker
> *astroker );
>
> to
>
> FT_EXPORT( FT_Error ) FT_Stroker_New( FT_Library library, FT_Stroker
> *astroker );
>
> So the code in the patch should be modified to be aware of the change.
>
> And there is also an annoying bug with \fs{negative number}, I don't know
> if this is legitimate, but the tag will make the system almost hang. At
> least there should be some sanity check IMHO.

Both fixed in todays patch.



More information about the MPlayer-dev-eng mailing list