Re: [FFmpeg-devel] [PATCH] Decoding of Bold-Italic_Underlined styles for 3gpp timed text subtitles

2015-04-24 Thread Michael Niedermayer
On Sat, Apr 25, 2015 at 02:53:26AM +0530, Niklesh Lalwani wrote: > From: Niklesh > > Updated Patch. This patch stores indices in style_start and style_end rather > than addresses. Also corrected a bug while using av_dyarray_add() which went > unnoticed for the particular test samples used. > Si

[FFmpeg-devel] [PATCH] Decoding of Bold-Italic_Underlined styles for 3gpp timed text subtitles

2015-04-24 Thread Niklesh Lalwani
From: Niklesh Updated Patch. This patch stores indices in style_start and style_end rather than addresses. Also corrected a bug while using av_dyarray_add() which went unnoticed for the particular test samples used. Signed-off-by: Niklesh --- libavcodec/movtextdec.c | 97 +