diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2018-08-07 15:51:36 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-08-07 15:51:36 +0800 |
commit | 243ecadad5e5e83afdd518c067030e12ac457120 (patch) | |
tree | 31b3aca638981c0f1f56e49df0d0b47ae42f5ea8 /doc/demuxers.texi | |
parent | 3b99bb38890375ebef2851a35bc048a37f6fd7f1 (diff) | |
download | ffmpeg-243ecadad5e5e83afdd518c067030e12ac457120.tar.gz |
avformat/flvdec: add flv_full_metadata option into flvdec
output all the metadata context when use this option.
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 5007e6339f..aad94eb50e 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -272,6 +272,9 @@ Allocate the streams according to the onMetaData array content. @item -flv_ignore_prevtag @var{bool} Ignore the size of previous tag value. + +@item -flv_full_metadata @var{bool} +Output all context of the onMetadata. @end table @section gif |