[FFmpeg-cvslog] doc: remove a warning from filters.texi

Luca Barbato git at videolan.org
Mon Oct 8 22:03:15 CEST 2012


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Oct  8 00:52:38 2012 +0200| [91f5f8756168dc1614d648eb2d6c5d4ac7057c20] | committer: Luca Barbato

doc: remove a warning from filters.texi

The tag @table expects @item to mark entries.

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index e3d65fc..8f90e84 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1118,10 +1118,10 @@ 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 @var{c0} (first  pixel component)
+ at item @var{c1} (second pixel component)
+ at item @var{c2} (third  pixel component)
+ at item @var{c3} (fourth pixel component, corresponds to the alpha component)
 @end table
 
 The exact component associated to each option depends on the format in
@@ -1130,19 +1130,19 @@ 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 @var{r} (red component)
+ at item @var{g} (green component)
+ at item @var{b} (blue component)
+ at item @var{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 @var{y} (Y/luminance component)
+ at item @var{u} (U/Cb component)
+ at item @var{v} (V/Cr component)
+ at item @var{a} (alpha component)
 @end table
 
 The expressions can contain the following constants and functions:



More information about the ffmpeg-cvslog mailing list