diff options
author | Nicolas George <george@nsup.org> | 2021-08-31 14:09:57 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-09-16 10:17:59 +0200 |
commit | c753b49c38c434ab9da931a62cba5dfccf8bf6b8 (patch) | |
tree | 9e94760eb4043c367703859bce0aa5ed1a5a92e5 /doc | |
parent | 76cf1ff9796bbee0382a21a9efe6a97ded147107 (diff) | |
download | ffmpeg-c753b49c38c434ab9da931a62cba5dfccf8bf6b8.tar.gz |
lavf/concatdec: support stream metadata
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index fd06be3195..87e4d0319a 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -177,6 +177,10 @@ subfiles will be used. This is especially useful for MPEG-PS (VOB) files, where the order of the streams is not reliable. +@item @code{stream_meta @var{key} @var{value}} +Metadata for the stream. +Can be present multiple times. + @end table @subsection Options |