]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegvideo: Clear thread_context array before allocating
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Jun 2015 19:25:04 +0000 (21:25 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Jun 2015 20:47:50 +0000 (22:47 +0200)
commit7ddedd23625adeb2926b76df84987d658cc876c8
tree613acc86cded1b54fdfd49fa7860e536716efb28
parentf30a7d9861af884f352ec2484820a75d79a4e0e2
avcodec/mpegvideo: Clear thread_context array before allocating

This is probably redundant but its safer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo.c