[FFmpeg-devel] [PATCH] doc: avoid "@table has text but no @item" warning.
Clément Bœsch
ubitux at gmail.com
Sun Oct 9 10:24:34 CEST 2011
---
doc/filters.texi | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index c643c06..e78166f 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 @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
@@ -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 @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:
--
1.7.7
More information about the ffmpeg-devel
mailing list