Re: [FFmpeg-devel] [PATCH 1/6] lavc/ass_split: Fix parser bugs

2015-09-14 Thread Michael Niedermayer
On Thu, Sep 10, 2015 at 11:12:14AM -0500, Rodger Combs wrote: > Specifically: > - Skip writing drawings as text > - Parse \h correctly > - Handle comments and unknown tags correctly > --- do you have a testcase for these ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

[FFmpeg-devel] [PATCH 1/6] lavc/ass_split: Fix parser bugs

2015-09-10 Thread Rodger Combs
Specifically: - Skip writing drawings as text - Parse \h correctly - Handle comments and unknown tags correctly --- libavcodec/ass_split.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/libavcodec/ass_split.c b/libavcodec/ass_split.c index 9bc7b