Re: [FFmpeg-devel] [PATCH 10/14] h264_sei: use a separate reader for the individual SEI messages

2020-04-07 Thread James Almer
On 4/7/2020 10:57 AM, Anton Khirnov wrote: > Quoting James Almer (2020-03-27 16:08:11) >> On 3/27/2020 9:57 AM, Anton Khirnov wrote: >>> This tells the parsing functions the payload size and prevents them from >>> overreading. >>> --- >>> libavcodec/h264_sei.c | 33 +++-

Re: [FFmpeg-devel] [PATCH 10/14] h264_sei: use a separate reader for the individual SEI messages

2020-04-07 Thread Anton Khirnov
Quoting James Almer (2020-03-27 16:08:11) > On 3/27/2020 9:57 AM, Anton Khirnov wrote: > > This tells the parsing functions the payload size and prevents them from > > overreading. > > --- > > libavcodec/h264_sei.c | 33 +++-- > > 1 file changed, 19 insertions(+), 14 de

Re: [FFmpeg-devel] [PATCH 10/14] h264_sei: use a separate reader for the individual SEI messages

2020-03-27 Thread James Almer
On 3/27/2020 9:57 AM, Anton Khirnov wrote: > This tells the parsing functions the payload size and prevents them from > overreading. > --- > libavcodec/h264_sei.c | 33 +++-- > 1 file changed, 19 insertions(+), 14 deletions(-) > > diff --git a/libavcodec/h264_sei.c b/l

[FFmpeg-devel] [PATCH 10/14] h264_sei: use a separate reader for the individual SEI messages

2020-03-27 Thread Anton Khirnov
This tells the parsing functions the payload size and prevents them from overreading. --- libavcodec/h264_sei.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index a565feabe2..32d13985f3 100644