]> git.sesse.net Git - ffmpeg/commit
avformat/mpeg: Don't use unintialized value
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 22 Oct 2019 12:54:09 +0000 (14:54 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 9 Apr 2020 13:16:20 +0000 (15:16 +0200)
commita39536caee6607f481e9075bfb11937f46a47489
treecabe779d932e43502cff5a13e7a0780148ccb5a9
parent46d2b2071b3f42c6f885efad547080106985dd5e
avformat/mpeg: Don't use unintialized value

vobsub_read_packet() didn't check whether an array of AVPackets was
valid and therefore used uninitialized values.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/mpeg.c