mirror of https://github.com/FFmpeg/FFmpeg.git
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.orgpull/6/merge
parent
6173a8fe5d
commit
b691135d0c
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue