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

2015-07-20 Thread Niklesh Lalwani
On Mon, Jul 20, 2015 at 4:29 PM, Carl Eugen Hoyos wrote: > Niklesh Lalwani iitb.ac.in> writes: > > > This patch adds support for secondary color changes > > through highlight and hilightcolor box. The code is > > also reorganised to make it easier to read and maintain. > > If above description i

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

2015-07-20 Thread Carl Eugen Hoyos
Niklesh Lalwani iitb.ac.in> writes: > This patch adds support for secondary color changes > through highlight and hilightcolor box. The code is > also reorganised to make it easier to read and maintain. If above description is correct (I did not check), then these should be two separate patch

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

2015-07-20 Thread Niklesh Lalwani
From: Niklesh This patch adds support for secondary color changes through highlight and hilightcolor box. The code is also reorganised to make it easier to read and maintain. Signed-off-by: Niklesh --- libavcodec/movtextenc.c | 164 1 file chan