]> git.sesse.net Git - ffmpeg/commit
mpegvideo_enc: initialize the encoding context
authorVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 28 Jan 2015 14:41:01 +0000 (14:41 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 29 Jan 2015 15:26:33 +0000 (15:26 +0000)
commit302ca6b20ed01ac584f5b15d5bca3d3a92b7a77a
tree35310f4d49c35847305cd6ce87c9ff178b5e8179
parent1a07df31128da3a0020b66502399989b91770d44
mpegvideo_enc: initialize the encoding context

This prevents several uninitialized variable uses that take
place towards the end of encoding.

CC: libav-stable@libav.org
Bug-Id: CID 700760
libavcodec/mpegvideo_enc.c