]> git.sesse.net Git - ffmpeg/commit
lavc: limit realloc() on encoding to the libav compatibility API.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Mar 2012 18:12:11 +0000 (19:12 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Mar 2012 18:40:58 +0000 (19:40 +0100)
commit532f1c7aa7390af5e5de2892481041000e4d872b
tree8e8bcfb4f645768cc88a0e5363a25bd5599d0ebf
parent0f95270afe694470464772db46d7df0fe2922629
lavc: limit realloc() on encoding to the libav compatibility API.

Neither the old nor new need it.

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