From 5117b5e9aaa0372b023dcdf8353173715da37246 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Thu, 2 Jul 2015 23:20:09 +0200 Subject: concatdec: add support for injecting packet metadata Reviewed-by: Nicolas George Signed-off-by: Marton Balint --- doc/demuxers.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 50b5688..e45e1af 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -148,6 +148,11 @@ stream until Out point. The duration of the files (if not specified by the @code{duration} directive) will be reduced based on their specified Out point. +@item @code{file_packet_metadata @var{key=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{stream} Introduce a stream in the virtual file. All subsequent stream-related directives apply to the last introduced -- cgit v1.1