[FFmpeg-devel] [PATCH] doc/ffmpeg: remove -debug option description

Stefano Sabatini stefasab at gmail.com
Fri Nov 2 01:21:58 CET 2012


The option belongs to libavcodec, so it results duplicated in the file.
---
 doc/ffmpeg.texi |   34 +---------------------------------
 1 files changed, 1 insertions(+), 33 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index e73ef25..d39ad22 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -796,39 +796,7 @@ Copy chapters from input file with index @var{input_file_index} to the next
 output file. If no chapter mapping is specified, then chapters are copied from
 the first input file with at least one chapter. Use a negative file index to
 disable any chapter copying.
- at item -debug @var{category}
-Print specific debug info.
- at var{category} is a number or a string containing one of the following values:
- at table @samp
- at item bitstream
- at item buffers
-picture buffer allocations
- at item bugs
- at item dct_coeff
- at item er
-error recognition
- at item mb_type
-macroblock (MB) type
- at item mmco
-memory management control operations (H.264)
- at item mv
-motion vector
- at item pict
-picture info
- at item pts
- at item qp
-per-block quantization parameter (QP)
- at item rc
-rate control
- at item skip
- at item startcode
- at item thread_ops
-threading operations
- at item vis_mb_type
-visualize block types
- at item vis_qp
-visualize quantization parameter (QP), lower QP are tinted greener
- at end table
+
 @item -benchmark (@emph{global})
 Show benchmarking information at the end of an encode.
 Shows CPU time used and maximum memory consumption.
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list