OSDN Git Service

avcodec/mpeg4videodec: use av_fast_padded_malloc() for bitstream buffer
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 7 Jan 2014 00:27:23 +0000 (01:27 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 7 Jan 2014 00:29:38 +0000 (01:29 +0100)
commit21b25537fb8f77b098575e90d8b24556451badf3
tree3c6e4dcc6433828b0173a7ad06480ef29ec4273e
parent0bad50522d34a16c0ce90a74b103ff768413148b
avcodec/mpeg4videodec: use av_fast_padded_malloc() for bitstream buffer

Fixes use of uninitialized memory with vlc (sample from ticket3277)

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