diff options
author | Nicolas George <george@nsup.org> | 2021-07-28 12:34:19 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-08-22 11:44:16 +0200 |
commit | 0210c8fee2c340ae799dcf6076bd9bf2ea8f7431 (patch) | |
tree | 58b60848715b9c77457ab1d39ac8078be27ba5c6 /doc/demuxers.texi | |
parent | 46fb395952be32692385449ee214461603480b4b (diff) | |
download | ffmpeg-0210c8fee2c340ae799dcf6076bd9bf2ea8f7431.tar.gz |
lavf/concatdec: support per-file options
Diffstat (limited to 'doc/demuxers.texi')
-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 5f18e4551b..eb3351833a 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -151,6 +151,10 @@ 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. + @item @code{stream} Introduce a stream in the virtual file. All subsequent stream-related directives apply to the last introduced |