diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-01-25 14:28:40 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-29 09:12:40 +0100 |
commit | 935964bd418c6695589c99fdd3898cc0b72a7592 (patch) | |
tree | 6f9f44ca7f6c26b0fa3e918c32c786b3d9ca3ed1 | |
parent | 9b5036fabd41c93cbd623a12893511761827ae98 (diff) | |
download | ffmpeg-935964bd418c6695589c99fdd3898cc0b72a7592.tar.gz |
doc/ffmpeg: drop non-existent -dc option
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 1c7e65479c..7f445022a0 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1041,8 +1041,6 @@ version > 1: @code{out= %2d st= %2d frame= %5d q= %2.1f PSNR= %6.2f f_size= %6d s_size= %8.0fkB time= %0.3f br= %7.1fkbits/s avg_br= %7.1fkbits/s} @item -top[:@var{stream_specifier}] @var{n} (@emph{output,per-stream}) top=1/bottom=0/auto=-1 field first -@item -dc @var{precision} -Intra_dc_precision. @item -vtag @var{fourcc/tag} (@emph{output}) Force video tag/fourcc. This is an alias for @code{-tag:v}. @item -qphist (@emph{global}) |