Correct the flags for AVCodecContext.flags2.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
{"output_corrupt","Output even potentially corrupted frames",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_OUTPUT_CORRUPT},INT_MIN,INT_MAX,V|D,"flags"},
{"drop_changed","Drop frames whose parameters differ from first decoded frame",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG_DROPCHANGED},INT_MIN,INT_MAX,A|V|D,"flags"},
{"chunks","Frame data might be split into multiple chunks",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_CHUNKS},INT_MIN,INT_MAX,V|D,"flags2"},
{"showall","Show all frames before the first keyframe",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_SHOW_ALL},INT_MIN,INT_MAX,V|D,"flags2"},
{"export_mvs","export motion vectors through frame side data",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_EXPORT_MVS},INT_MIN,INT_MAX,V|D,"flags2"},
{"skip_manual","do not skip samples and export skip information as frame side data",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_SKIP_MANUAL},INT_MIN,INT_MAX,V|D,"flags2"},
{"skip_manual","do not skip samples and export skip information as frame side data",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_SKIP_MANUAL},INT_MIN,INT_MAX,A|D,"flags2"},
{"ass_ro_flush_noop","do not reset ASS ReadOrder field on flush",0,AV_OPT_TYPE_CONST,{.i64=AV_CODEC_FLAG2_RO_FLUSH_NOOP},INT_MIN,INT_MAX,S|D,"flags2"},