diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-19 20:39:27 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-10-22 18:51:50 +0200 |
commit | a0f6c93f52f83291a1e073f31ae597739a05a3cd (patch) | |
tree | 5fafe9f9706b726ad5885d8c646bf6722dc8afb6 /COPYING.LGPLv3 | |
parent | ca8c814970a99662a016e3443107960e8ee1fbf3 (diff) | |
download | ffmpeg-a0f6c93f52f83291a1e073f31ae597739a05a3cd.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
(cherry picked from commit b691135d0c6a2b1cca91adadaf457c2989c6a55d)
Conflicts:
libavcodec/options_table.h
Diffstat (limited to 'COPYING.LGPLv3')
0 files changed, 0 insertions, 0 deletions