]> git.sesse.net Git - ffmpeg/commit
avformat/flvenc: add no_sequence_end flags for flvflags
authorSteven Liu <lingjiujianke@gmail.com>
Wed, 14 Sep 2016 02:00:52 +0000 (10:00 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 14 Sep 2016 13:50:07 +0000 (15:50 +0200)
commitc8528e54e57810535b94ccecbc9c711d67dd710f
tree75f2407b7417945e996c4c40107753ce10c35601
parente85c4a470651b58963095eb4dafb709313f33474
avformat/flvenc: add no_sequence_end flags for flvflags

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>
libavformat/flvenc.c