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

Stefano Sabatini stefasab at gmail.com
Sun Oct 9 13:56:00 CEST 2011


On date Sunday 2011-10-09 10:24:34 +0200, Clément Bœsch encoded:
> ---
>  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}

@item c0

should be enough

> +first  pixel component
> + at item @var{c1}
> +second pixel component
> + at item @var{c2}
> +third  pixel component
> + at item @var{c3}

[...]

Looks fine otherwise (btw: I get no warnings so never noticed the problem).


More information about the ffmpeg-devel mailing list