[FFmpeg-devel] [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

Jun Zhao mypopydev at gmail.com
Fri Mar 2 02:16:11 EET 2018


-------------- next part --------------
From 0a0a10824511ef9d5b3c49ee652a918603841826 Mon Sep 17 00:00:00 2001
From: Jun Zhao <jun.zhao at intel.com>
Date: Fri, 23 Feb 2018 13:53:05 +0800
Subject: [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

Update dump_extra bit stream filter docs to follow current
code implement.

Signed-off-by: Jun Zhao <jun.zhao at intel.com>
Reviewed-by: Steven Liu <lq at onvideo.cn>
---
 doc/bitstream_filters.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index cfd81fa12d..b7ea549322 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -50,21 +50,22 @@ DTS-HD.
 
 Add extradata to the beginning of the filtered packets.
 
+ at table @option
+ at item freq
 The additional argument specifies which packets should be filtered.
 It accepts the values:
 @table @samp
- at item a
-add extradata to all key packets, but only if @var{local_header} is
-set in the @option{flags2} codec context field
-
 @item k
+ at item keyframe
 add extradata to all key packets
 
 @item e
+ at item all
 add extradata to all packets
 @end table
+ at end table
 
-If not specified it is assumed @samp{k}.
+If not specified it is assumed @samp{e}.
 
 For example the following @command{ffmpeg} command forces a global
 header (thus disabling individual packet headers) in the H.264 packets
-- 
2.14.1



More information about the ffmpeg-devel mailing list