diff mbox

[FFmpeg-devel,1/2] doc/bitstream_filters: correct dump_extra bsfs docs.

Message ID 84cc60e8-a58f-7846-c28e-0f014c1d5d4e@gmail.com
State Superseded
Headers show

Commit Message

Jun Zhao Feb. 23, 2018, 7:12 a.m. UTC
From b7d107218445c82e2f7d702547250b4a589112c6 Mon Sep 17 00:00:00 2001
From: Jun Zhao <jun.zhao@intel.com>
Date: Fri, 23 Feb 2018 13:53:05 +0800
Subject: [PATCH 1/2] doc/bitstream_filters: correct dump_extra bsfs docs.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
---
 doc/bitstream_filters.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Jun Zhao Feb. 28, 2018, 12:26 a.m. UTC | #1
ping

On 2018/2/23 15:12, Jun Zhao wrote:
diff mbox

Patch

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 5efb8e0ee8..9c7d86eb39 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -50,19 +50,20 @@  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}.