diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-06-04 15:41:05 +0200 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-06-04 20:04:05 +0530 |
commit | d81913e680177bc46c482406fd257ac659c03899 (patch) | |
tree | 678362cbd651280f11505522ee876a2d7ac311f6 /doc/bitstream_filters.texi | |
parent | 279d9a84af37cc1a7cf79c1cd667105eeb948611 (diff) | |
download | ffmpeg-d81913e680177bc46c482406fd257ac659c03899.tar.gz |
bitstream_filters: Correct dump_extradata description
The default is to dump extradata to keyframes, not all frames.
Also improve the description of the relevant AVOption.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |