]> git.sesse.net Git - ffmpeg/commit
lavc: fix 10l oversight in realloc of avcodec_encode_video2.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Feb 2012 20:33:00 +0000 (21:33 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Feb 2012 20:33:00 +0000 (21:33 +0100)
commita77c8ade2ee20fc6149e4c689a3f196f53e85273
tree4075579c2e2aa714bd6fea2a7c11c8370780375c
parentd7bce4a274c4fc7453cde2d1c5d8a7a5805718df
lavc: fix 10l oversight in realloc of avcodec_encode_video2.

Packets are not guranteed to be allocated by av_malloc().

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