Re: [FFmpeg-devel] [PATCH v2] h264: Support multi-field closed captions by using AVBufferRef and not resetting per field

2018-08-17 Thread James Almer
On 8/17/2018 7:41 AM, jos...@ob-encoder.com wrote: > From: Kieran Kunhya > > Signed-off-by: Josh de Kock > --- > libavcodec/h264_sei.c | 15 --- > libavcodec/h264_sei.h | 3 +-- > libavcodec/h264_slice.c | 26 ++ > libavcodec/h264dec.c| 5 +++-- >

[FFmpeg-devel] [PATCH v2] h264: Support multi-field closed captions by using AVBufferRef and not resetting per field

2018-08-17 Thread joshdk
From: Kieran Kunhya Signed-off-by: Josh de Kock --- libavcodec/h264_sei.c | 15 --- libavcodec/h264_sei.h | 3 +-- libavcodec/h264_slice.c | 26 ++ libavcodec/h264dec.c| 5 +++-- 4 files changed, 30 insertions(+), 19 deletions(-) diff --git