Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2021-08-31 20:56:24 +0300
committerNicolas George <george@nsup.org>2021-09-16 11:17:59 +0300
commit7517777d06c2f0790692c3e8bb6000239665fd37 (patch)
tree3502b48f20d70defa651bc959b131623c0c61a29 /doc/demuxers.texi
parent74ab93fa7f68ec5aaff923ff10fddc3f529e2d4a (diff)
lavf/concat: add file_packet_meta directive
Same as file_packet_metadata without the double parsing.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index eb3351833a..f338700396 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -151,6 +151,11 @@ Metadata of the packets of the file. The specified metadata will be set for
each file packet. You can specify this directive multiple times to add multiple
metadata entries.
+@item @code{file_packet_meta @var{key} @var{value}}
+Metadata of the packets of the file. The specified metadata will be set for
+each file packet. You can specify this directive multiple times to add multiple
+metadata entries.
+
@item @code{option @var{key} @var{value}}
Option to access, open and probe the file.
Can be present multiple times.