Re: [FFmpeg-devel] [PATCH 2/2] movtextenc.c: Add support for text highlighting

2015-07-21 Thread Philip Langdale
On Tue, 21 Jul 2015 00:02:31 +0530 Niklesh Lalwani wrote: > From: Niklesh > > This patch takes care of the secondary color changes in ASS through > highlight and hilightcolor boxes. > Signed-off-by: Niklesh > --- > libavcodec/movtextenc.c | 60 > ++

[FFmpeg-devel] [PATCH 2/2] movtextenc.c: Add support for text highlighting

2015-07-20 Thread Niklesh Lalwani
From: Niklesh This patch takes care of the secondary color changes in ASS through highlight and hilightcolor boxes. Signed-off-by: Niklesh --- libavcodec/movtextenc.c | 60 + 1 file changed, 60 insertions(+) diff --git a/libavcodec/movtextenc.