diff options
author | Nicolas George <george@nsup.org> | 2021-08-31 13:48:31 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-09-16 10:17:59 +0200 |
commit | 76cf1ff9796bbee0382a21a9efe6a97ded147107 (patch) | |
tree | 80e514d839d6c598c9985e23ac515d791cd4a2a3 /doc | |
parent | 7517777d06c2f0790692c3e8bb6000239665fd37 (diff) | |
download | ffmpeg-76cf1ff9796bbee0382a21a9efe6a97ded147107.tar.gz |
lavf/concat: deprecate file_packet_metadata
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index f338700396..fd06be3195 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -150,6 +150,7 @@ directive) will be reduced based on their specified Out point. 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. +This directive is deprecated, use @code{file_packet_meta} instead. @item @code{file_packet_meta @var{key} @var{value}} Metadata of the packets of the file. The specified metadata will be set for |