mirror of https://github.com/FFmpeg/FFmpeg.git
Leaking this private structure opens up the possibility that it may be re-used when parsing later packets in the stream. This is problematic if the later packets are not the same codec type (e.g. private allocated during Vorbis parsing, but later packets are Opus and the private is assumed to be the oggopus_private type in opus_header()). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/213/head
parent
d645182227
commit
542f725964
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue