mirror of https://github.com/FFmpeg/FFmpeg.git
Since db77230894
parsing of
mpeg4-extradata lead to a "Failed to parse extradata" warning, because
ff_mpeg4_decode_picture_header returns AVERROR_INVALIDDATA in case that
no VOP was found. This patch adds a parameter to signify whether a
header (where the absence of a VOP does not raise an error) or not is
parsed. The first mode is of course used for parsing headers.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/310/head
parent
5ab44ff20c
commit
3f086a2f66
4 changed files with 13 additions and 9 deletions
Loading…
Reference in new issue