[MPlayer-dev-eng] A recent patch for ass support in mencoder

compn tempn at twmi.rr.com
Mon Feb 2 20:12:37 CET 2009


On Mon, 2 Feb 2009 21:43:32 +0300, Evgeniy Stepanov wrote:
>
>>
>> I just did a small modification so the option -embeddedfonts would work
>> with it.
>
>Well, this patch seems pretty harmless. All questionable functionality is 
>disabled by default. Also, users love it :)
>
>I'm going to split and apply it in a few days unless anyone objects.

go ahead :)
we need an mencoder maintainer, anyone want to take the job?

btw i made a small change to libass. i wasnt sure if i should send the
changes to you? or is mplayer the 'upstream'?

On Thu, 29 Jan 2009 03:23:06 +0100 (CET), compn wrote:
>Author: compn
>Date: Thu Jan 29 03:23:06 2009
>New Revision: 28386
>
>Log:
>increase max glyph limit
>patch by Scaevolus on irc
>
>Modified:
>   trunk/libass/ass_render.c
>
>Modified: trunk/libass/ass_render.c
>==============================================================================
>--- trunk/libass/ass_render.c	Thu Jan 29 01:18:32 2009	(r28385)
>+++ trunk/libass/ass_render.c	Thu Jan 29 03:23:06 2009	(r28386)
>@@ -41,8 +41,8 @@
> #include "ass_fontconfig.h"
> #include "ass_library.h"
> 
>-#define MAX_GLYPHS 1000
>-#define MAX_LINES 100
>+#define MAX_GLYPHS 3000
>+#define MAX_LINES 300
> 
> static int last_render_id = 0;
> 

-compn



More information about the MPlayer-dev-eng mailing list