diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-19 20:39:27 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-22 14:44:07 +0200 |
commit | b691135d0c6a2b1cca91adadaf457c2989c6a55d (patch) | |
tree | 93558765e3cf8b0c67b9142e7c2872d8269cf3a0 /libavformat/md5enc.c | |
parent | 6173a8fe5d2c0dd490b102101ae5e283d41dfe87 (diff) | |
download | ffmpeg-b691135d0c6a2b1cca91adadaf457c2989c6a55d.tar.gz |
lavc: remove stats_out from the options table.
Since it is declared as a string AVOption, the generic freeing code
attempts to free it on codec close. Some codecs might have already freed
it elsewhere (or didn't even allocate it with av_malloc() in the first
place), so this might lead to an invalid free.
There is no point in having this field accessible as an AVOption, so
remove it from the options table.
Fixes Bug 380.
CC: libav-stable@libav.org
Diffstat (limited to 'libavformat/md5enc.c')
0 files changed, 0 insertions, 0 deletions