mythtv have problem with non-seekable dont write duration and filesize
and there have problem with some other server and player with 0 value
duation and filesize.
So add a flv flags to fix the ticket and make a choose for users.
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
{"aac_seq_header_detect","Put AAC sequence header based on stream data",0,AV_OPT_TYPE_CONST,{.i64=FLV_AAC_SEQ_HEADER_DETECT},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"flvflags"},
{"no_sequence_end","disable sequence end for FLV",0,AV_OPT_TYPE_CONST,{.i64=FLV_NO_SEQUENCE_END},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"flvflags"},
{"no_metadata","disable metadata for FLV",0,AV_OPT_TYPE_CONST,{.i64=FLV_NO_METADATA},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"flvflags"},
{"no_duration_filesize","disable duration and filesize zero value metadata for FLV",0,AV_OPT_TYPE_CONST,{.i64=FLV_NO_DURATION_FILESIZE},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"flvflags"},
{"add_keyframe_index","Add keyframe index metadata",0,AV_OPT_TYPE_CONST,{.i64=FLV_ADD_KEYFRAME_INDEX},INT_MIN,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM,"flvflags"},