]> git.sesse.net Git - ffmpeg/commit
avcodec/vp3: Check allocations of VLCs
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 19 Oct 2020 18:59:58 +0000 (20:59 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 21 Oct 2020 04:16:16 +0000 (06:16 +0200)
commit786b1b0c44d3e5d71c3e69a3fe260baa95172e02
tree5bc06d9736356c9c6848c8d6be3b2b591ec3f49e
parenta01ca21bbbd41ad86ca58f2c7575c92a36a4b722
avcodec/vp3: Check allocations of VLCs

It would lead to crashs lateron if they failed.

Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/vp3.c