Re: [FFmpeg-devel] [PATCH 5/7] avcodec/ass_split: extend recognized fields in ASS splitter

2014-10-14 Thread James Darnley
On 2014-10-11 19:59, Clément Bœsch wrote: diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index 06c1ce3..c912252 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -41,13 +41,28 @@ typedef struct { char *font_name; /** font face (case sensitive) */

Re: [FFmpeg-devel] [PATCH 5/7] avcodec/ass_split: extend recognized fields in ASS splitter

2014-10-14 Thread Clément Bœsch
On Tue, Oct 14, 2014 at 08:43:06PM +0200, James Darnley wrote: On 2014-10-11 19:59, Clément Bœsch wrote: diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index 06c1ce3..c912252 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -41,13 +41,28 @@ typedef

[FFmpeg-devel] [PATCH 5/7] avcodec/ass_split: extend recognized fields in ASS splitter

2014-10-11 Thread Clément Bœsch
This simplifies the logic for the fix in the next commit. --- libavcodec/ass_split.c | 31 ++- libavcodec/ass_split.h | 20 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/libavcodec/ass_split.c b/libavcodec/ass_split.c index