diff options
author | Clément Bœsch <u@pkh.me> | 2014-06-30 15:34:51 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-06-30 15:36:26 +0200 |
commit | ec94c52e9724e0d328107f204ee43df7c20fb97d (patch) | |
tree | 148f695e6c532b6c12a6c1135b73001e54cd73bd /doc/ffmpeg.texi | |
parent | f054d1e7aedbcb5e70ffe92b08a5c5cef4c8a11e (diff) | |
download | ffmpeg-ec94c52e9724e0d328107f204ee43df7c20fb97d.tar.gz |
doc: remove trailing ':' at the end of sections
Also lowercase "options" in "Advanced Video Options" for consistency.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 68fd12f158..f741a053f5 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -534,7 +534,7 @@ filter the stream. This is an alias for @code{-filter:v}, see the @ref{filter_option,,-filter option}. @end table -@section Advanced Video Options +@section Advanced Video options @table @option @item -pix_fmt[:@var{stream_specifier}] @var{format} (@emph{input/output,per-stream}) @@ -717,7 +717,7 @@ filter the stream. This is an alias for @code{-filter:a}, see the @ref{filter_option,,-filter option}. @end table -@section Advanced Audio options: +@section Advanced Audio options @table @option @item -atag @var{fourcc/tag} (@emph{output}) @@ -732,7 +732,7 @@ stereo but not 6 channels as 5.1. The default is to always try to guess. Use 0 to disable all guessing. @end table -@section Subtitle options: +@section Subtitle options @table @option @item -scodec @var{codec} (@emph{input/output}) @@ -743,7 +743,7 @@ Disable subtitle recording. Deprecated, see -bsf @end table -@section Advanced Subtitle options: +@section Advanced Subtitle options @table @option |