mirror of https://github.com/FFmpeg/FFmpeg.git
This check has been added inpull/388/headc617bed34f
, mergingee769c6a7c
to fix a possible segfault if AVCodecContext.codec is not set as it may be during parsing. While this fixes the segfault, it has the unfortunate side effect that it makes the output of the parser dependent on whether a decoder is set (and ultimately available). The fix later applied in5d2be71b9e
does not have this downside and makes checking AVCodecContext.codec superfluous. So remove this check. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent
a07c8781ce
commit
fdcd3dcf2e
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue