mirror of https://github.com/FFmpeg/FFmpeg.git
This reverts commitpull/371/head6ac0e78183
. The mpeg4video parser can reach code that presumes that a certain VLC has been initialized; yet Libav did not ensure this and Libav bug #1012 [1] is about an ensuing crash. Instead of fixing the root cause a simple check for whether said VLC has already been initialized was added; said check is inherently racy. The proper fix is of course to ensure that the VLC is initialized and commit7c76eaeca2
already ensured this, so there was no need to merge6ac0e78183
at all. This commit therefore reverts said commit. [1]: https://bugzilla.libav.org/show_bug.cgi?id=1012 Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent
e1cba568f2
commit
ba96f2254a
1 changed files with 0 additions and 4 deletions
Loading…
Reference in new issue