when split flv file by flv format at first, and cat flvs file
into one flv file, the flv sequence end is be used,
then the whole flv have many flv sequence end TAG.
this flags can give user an option to ignore write sequence end TAG
Signed-off-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/210/merge
Steven Liu8 years agocommitted byMichael Niedermayer
{"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"},