diff mbox

[FFmpeg-devel] doc/bitstream_filters: Correct dump_extradata description

Message ID 20190604132046.23312-1-andreas.rheinhardt@gmail.com
State Superseded
Headers show

Commit Message

Andreas Rheinhardt June 4, 2019, 1:20 p.m. UTC
The default is to dump extradata to keyframes, not all frames.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 doc/bitstream_filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi June 4, 2019, 1:35 p.m. UTC | #1
On 04-06-2019 06:50 PM, Andreas Rheinhardt wrote:
> The default is to dump extradata to keyframes, not all frames.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
>   doc/bitstream_filters.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
> index 25bbf8372b..40e8adad0f 100644
> --- a/doc/bitstream_filters.texi
> +++ b/doc/bitstream_filters.texi
> @@ -120,7 +120,7 @@ add extradata to all packets
>   @end table
>   @end table
>   
> -If not specified it is assumed @samp{e}.
> +If not specified it is assumed @samp{k}.
>
LGTM. Maybe, correct the description in the AVOption as well

"When do dump extradata" --> "When to dump extradata"

Gyan
diff mbox

Patch

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 25bbf8372b..40e8adad0f 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -120,7 +120,7 @@  add extradata to all packets
 @end table
 @end table
 
-If not specified it is assumed @samp{e}.
+If not specified it is assumed @samp{k}.
 
 For example the following @command{ffmpeg} command forces a global
 header (thus disabling individual packet headers) in the H.264 packets