1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc/filters: fix @item syntax in showspectrum docs

In particular, fix warnings:
** Unknown command with braces `@item' (in doc/filters.texi l. 60XX)
This commit is contained in:
Stefano Sabatini 2013-02-05 00:01:03 +01:00
parent fc0d069feb
commit 2d22e97f6d

View 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