summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2016-11-21 20:26:11 +0800
committerSteven Liu <lq@chinaffmpeg.org>2016-11-22 10:18:23 +0800
commitd316b21dba227fa2a2bce0daf02a62f11821227f (patch)
tree2c9f8e6df1a5422264dcb4b169634b17d43cf93f /doc/muxers.texi
parent0b8df0ce48e6e3d3263f20ec0ce20fe72bdae318 (diff)
avformat/flvenc: add no_metadata to flvflags
some flv have no metadata, ffmpeg will same with the source flv stream. Signed-off-by: Steven Liu <lingjiujianke@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 806182a148..8689341c12 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -148,6 +148,9 @@ Place AAC sequence header based on audio stream data.
@item no_sequence_end
Disable sequence end tag.
+@item no_metadata
+Disable metadata tag.
+
@item add_keyframe_index
Used to facilitate seeking; particularly for HTTP pseudo streaming.
@end table