Files
ffmpeg/libavcodec
Andreas Rheinhardt 3f086a2f66 avcodec/mpeg4videodec: Fix nonsense warning
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>
2019-03-12 00:48:56 +01:00
..
2019-01-01 21:11:47 +01:00
2018-12-23 15:30:13 +01:00
2018-12-10 11:19:36 +01:00
2018-12-13 19:30:39 +01:00
2018-12-23 20:24:47 +01:00
2018-12-20 18:40:41 +08:00
2019-01-16 01:29:18 +01:00
2019-02-23 22:48:35 +01:00
2018-12-23 15:30:13 +01:00
2018-12-01 19:41:48 +01:00
2019-01-12 17:16:47 +01:00
2019-01-25 16:53:27 +08:00
2019-01-25 16:53:27 +08:00
2018-12-03 23:34:05 +01:00
2019-01-20 21:42:20 +01:00
2018-12-31 02:37:08 +01:00
2018-12-10 21:38:08 +01:00
2019-02-23 22:48:35 +01:00