It is supported only by a few decoders (h263, h263p, mpeg(1|2|)video
and mpeg4) and is entirely redundant with parsers. Furthermore, using
it leads to missing frames, as flushing the decoder at the end does not
work properly.
Co-authored-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/369/head
Anton Khirnov4 years agocommitted byAndreas Rheinhardt
{"psnr","error[?] variables will be set during encoding",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_PSNR},INT_MIN,INT_MAX,V|E,"flags"},
{"truncated","Input bitstream might be randomly truncated",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_TRUNCATED},INT_MIN,INT_MAX,V|D,"flags"},
#if FF_API_FLAG_TRUNCATED
{"truncated","(Deprecated, use parsers instead.) Input bitstream might be randomly truncated",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_TRUNCATED},INT_MIN,INT_MAX,V|D|AV_OPT_FLAG_DEPRECATED,"flags"},
{"global_header","place global headers in extradata instead of every keyframe",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_GLOBAL_HEADER},INT_MIN,INT_MAX,V|A|E,"flags"},