[FFmpeg-cvslog] doc: remove trailing ':' at the end of sections

Clément Bœsch git at videolan.org
Mon Jun 30 15:37:22 CEST 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Jun 30 15:34:51 2014 +0200| [ec94c52e9724e0d328107f204ee43df7c20fb97d] | committer: Clément Bœsch

doc: remove trailing ':' at the end of sections

Also lowercase "options" in "Advanced Video Options" for consistency.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec94c52e9724e0d328107f204ee43df7c20fb97d
---

 doc/ffmpeg.texi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 68fd12f..f741a05 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
 
- at section Advanced Video Options
+ at 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
 
- at section Advanced Audio options:
+ at 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
 
- at section Subtitle options:
+ at section Subtitle options
 
 @table @option
 @item -scodec @var{codec} (@emph{input/output})
@@ -743,7 +743,7 @@ Disable subtitle recording.
 Deprecated, see -bsf
 @end table
 
- at section Advanced Subtitle options:
+ at section Advanced Subtitle options
 
 @table @option
 



More information about the ffmpeg-cvslog mailing list