[FFmpeg-devel] [PATCH] doc/bitstream_filters: Correct dump_extradata description
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Tue Jun 4 16:20:46 EEST 2019
The default is to dump extradata to keyframes, not all frames.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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}.
For example the following @command{ffmpeg} command forces a global
header (thus disabling individual packet headers) in the H.264 packets
--
2.21.0
More information about the ffmpeg-devel
mailing list