diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-02 01:21:05 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-03 11:01:48 +0100 |
commit | c9eaa98a3e0b1db75680f9ea28e01f21cada1dc3 (patch) | |
tree | 1da494b3844b95c50d887b10ff87128da14084e8 /doc/ffmpeg.texi | |
parent | b7280cff9a7683395d7f899517b4aea8b52f12a4 (diff) | |
download | ffmpeg-c9eaa98a3e0b1db75680f9ea28e01f21cada1dc3.tar.gz |
doc/ffmpeg: remove -debug option description
The option belongs to libavcodec, so it results duplicated in the file.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index e73ef25986..d39ad2276d 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. -@item -debug @var{category} -Print specific debug info. -@var{category} is a number or a string containing one of the following values: -@table @samp -@item bitstream -@item buffers -picture buffer allocations -@item bugs -@item dct_coeff -@item er -error recognition -@item mb_type -macroblock (MB) type -@item mmco -memory management control operations (H.264) -@item mv -motion vector -@item pict -picture info -@item pts -@item qp -per-block quantization parameter (QP) -@item rc -rate control -@item skip -@item startcode -@item thread_ops -threading operations -@item vis_mb_type -visualize block types -@item vis_qp -visualize quantization parameter (QP), lower QP are tinted greener -@end table + @item -benchmark (@emph{global}) Show benchmarking information at the end of an encode. Shows CPU time used and maximum memory consumption. |