OSDN Git Service

ffmpeg: Fix image allocation.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Feb 2012 19:31:57 +0000 (20:31 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Feb 2012 19:35:14 +0000 (20:35 +0100)
commit60991ad6ae61e131085891c37e8e517b5014ce21
tree919e1e93eeccecfba00fefdf71eb1ae55d827d9e
parent25893ad6c96be126f8c6dd3bfae05679004fc9a2
ffmpeg: Fix image allocation.

This probably fixes some of the use of uninitialized issues valgrind shows in fate.
It might also fix other issues.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c