summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2018-02-23 13:53:05 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2018-03-03 23:01:41 +0100
commit1c7f1f38c533382710361ef7e765f1de4f7dfa78 (patch)
tree08e899f980f7e694476c76b75cc937164e9229f0 /doc/bitstream_filters.texi
parent5df9d75b4417e8ca16a4ca48caa2902315723dd2 (diff)
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@intel.com> Reviewed-by: Steven Liu <lq@onvideo.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi11
1 files 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.
+@table @option
+@item freq
The additional argument specifies which packets should be filtered.
It accepts the values:
@table @samp
-@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
+@item keyframe
add extradata to all key packets
@item e
+@item all
add extradata to all packets
@end table
+@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