mirror of https://github.com/FFmpeg/FFmpeg.git
This has happened if the format changed midstream and if the new packet is so small that it is instantaneously rejected: In this case the VLC tables were for the new format, although the context says that they are still the ones for the old format. It can also happen if the format changed midstream and the allocation of the new tables fails. If the next packet is a packet for the old format, the decoder thinks it already has the correct VLC tables, leading to a segfault. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/355/head
parent
07185f331e
commit
8969b9aa06
1 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue