]> git.sesse.net Git - ffmpeg/commit
avcodec/msmpeg4dec: Don't check for errors for complete VLCs
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 00:14:45 +0000 (01:14 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 29 Jan 2021 05:28:24 +0000 (06:28 +0100)
commitfbb81ea2c615b1189d21ea00127be205db36b342
tree44fdf175313a1d0a457f565062013396bc3b6f89
parenta899d6ca101d0ed735e13dc4c57b0b8fc0465d37
avcodec/msmpeg4dec: Don't check for errors for complete VLCs

This also affected other users of VLCs from msmpeg4dec, namely vc1_block
and wmv2dec.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/msmpeg4.h
libavcodec/msmpeg4dec.c
libavcodec/vc1_block.c
libavcodec/wmv2dec.c