Re: [FFmpeg-devel] [PATCH 1/6] cbs_h264: Fix handling of unknown SEI

2018-05-07 Thread Xiang, Haihao
On Tue, 2018-05-08 at 00:11 +0100, Mark Thompson wrote: > The user should only interact directly with the data length, not the > payload size. > --- > libavcodec/cbs_h264_syntax_template.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/cbs_h264_syntax_t

[FFmpeg-devel] [PATCH 1/6] cbs_h264: Fix handling of unknown SEI

2018-05-07 Thread Mark Thompson
The user should only interact directly with the data length, not the payload size. --- libavcodec/cbs_h264_syntax_template.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/cbs_h264_syntax_template.c b/libavcodec/cbs_h264_syntax_template.c index 3ec4299915..b