]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: fix @item syntax in showspectrum docs
authorStefano Sabatini <stefasab@gmail.com>
Mon, 4 Feb 2013 23:01:03 +0000 (00:01 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 4 Feb 2013 23:01:03 +0000 (00:01 +0100)
In particular, fix warnings:
** Unknown command with braces `@item' (in doc/filters.texi l. 60XX)

doc/filters.texi

index 37b7a46a9cf387d4fb057837faeff0555f487fc6..c04930f70d27590ecaa6868106bb6002b50ca55f 100644 (file)
@@ -6068,13 +6068,13 @@ Specify scale used for calculating intensity color values.
 
 It accepts the following values:
 @table @option
-@item{lin}
+@item lin
 linear
-@item{sqrt}
+@item sqrt
 square root, default
-@item{cbrt}
+@item cbrt
 cubic root
-@item{log}
+@item log
 logarithmic
 @end table