[FFmpeg-cvslog] doc: avoid "@table has text but no @item" warning.

Clément Bœsch git at videolan.org
Sun Oct 9 15:35:07 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Oct  9 10:23:58 2011 +0200| [af52e6b6dd3486fea04c73c404ed2764d8e012fb] | committer: Clément Bœsch

doc: avoid "@table has text but no @item" warning.

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

 doc/filters.texi |   36 ++++++++++++++++++++++++------------
 1 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index c643c06..54c1417 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1159,10 +1159,14 @@ corresponding pixel component values.
 The @var{lut} filter requires either YUV or RGB pixel formats in
 input, and accepts the options:
 @table @option
- at var{c0} (first  pixel component)
- at var{c1} (second pixel component)
- at var{c2} (third  pixel component)
- at var{c3} (fourth pixel component, corresponds to the alpha component)
+ at item c0
+first  pixel component
+ at item c1
+second pixel component
+ at item c2
+third  pixel component
+ at item c3
+fourth pixel component, corresponds to the alpha component
 @end table
 
 The exact component associated to each option depends on the format in
@@ -1171,19 +1175,27 @@ input.
 The @var{lutrgb} filter requires RGB pixel formats in input, and
 accepts the options:
 @table @option
- at var{r} (red component)
- at var{g} (green component)
- at var{b} (blue component)
- at var{a} (alpha component)
+ at item r
+red component
+ at item g
+green component
+ at item b
+blue component
+ at item a
+alpha component
 @end table
 
 The @var{lutyuv} filter requires YUV pixel formats in input, and
 accepts the options:
 @table @option
- at var{y} (Y/luminance component)
- at var{u} (U/Cb component)
- at var{v} (V/Cr component)
- at var{a} (alpha component)
+ at item y
+Y/luminance component
+ at item u
+U/Cb component
+ at item v
+V/Cr component
+ at item a
+alpha component
 @end table
 
 The expressions can contain the following constants and functions:



More information about the ffmpeg-cvslog mailing list