Re: [FFmpeg-devel] [PATCH] lavc/ass_split: improve handling of complex ASS features

2016-09-17 Thread Clément Bœsch
On Sat, Sep 10, 2016 at 03:45:31AM -0500, Rodger Combs wrote: > Specifically: > - Skip writing drawings as text > - Convert \h to a Unicode non-breaking space > - Ignore comments and unknown tags > > The test references are update to reflect these changes. > --- > libavcodec/ass_split.c |

[FFmpeg-devel] [PATCH] lavc/ass_split: improve handling of complex ASS features

2016-09-10 Thread Rodger Combs
Specifically: - Skip writing drawings as text - Convert \h to a Unicode non-breaking space - Ignore comments and unknown tags The test references are update to reflect these changes. --- libavcodec/ass_split.c | 29 + tests/ref/fate/sub-textenc | 12