diff mbox

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

Message ID FEF17584-03B1-416D-B05A-D8D7354464EF@chinaffmpeg.org
State New
Headers show

Commit Message

Liu Steven Feb. 28, 2018, 12:37 p.m. UTC
> On 28 Feb 2018, at 08:26, Jun Zhao <mypopydev@gmail.com> wrote:
> 
> ping
> 
> On 2018/2/23 15:12, Jun Zhao wrote:
> 

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

Comments

Jun Zhao March 2, 2018, 12:07 a.m. UTC | #1
On 2018/2/28 20:37, Steven Liu wrote:
>
>> On 28 Feb 2018, at 08:26, Jun Zhao <mypopydev@gmail.com> wrote:
>>
>> ping
>>
>> On 2018/2/23 15:12, Jun Zhao wrote:
>>
> Signed-off-by: Jun Zhao <jun.zhao@intel.com>
> ---
>  doc/bitstream_filters.texi | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> 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}.
>  
Please ignore the patch, I think now the code use default value "e/all",
not "k/keyframe", will submit V2 fix this part, Tks.
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}.