Re: [FFmpeg-devel] [PATCH 11/18] h264dec: do not abort if decoding extradata fails

2020-03-15 Thread James Almer
On 3/13/2020 7:28 AM, Anton Khirnov wrote: > Such errors are not necessarily fatal and decoding might still be > possible, e.g. it happens for MVC streams where we do not handle the > subset SPS thus failing to parse its corresponding PPS. > --- > libavcodec/h264dec.c | 12 > 1 file c

[FFmpeg-devel] [PATCH 11/18] h264dec: do not abort if decoding extradata fails

2020-03-13 Thread Anton Khirnov
Such errors are not necessarily fatal and decoding might still be possible, e.g. it happens for MVC streams where we do not handle the subset SPS thus failing to parse its corresponding PPS. --- libavcodec/h264dec.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/l