]> git.sesse.net Git - ffmpeg/commit
h264dec: do not abort if decoding extradata fails
authorAnton Khirnov <anton@khirnov.net>
Sat, 5 Aug 2017 16:36:12 +0000 (18:36 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 10 Apr 2020 13:49:27 +0000 (15:49 +0200)
commitd41faffb533d899ecd67f3427914153b5a5dcffb
tree594efd21920d6392fc9bd7b02356e56c9db31e38
parent9d6785d426be1ac045c0b6a13b7447459389c40b
h264dec: do not abort if decoding extradata fails

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