diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-31 16:18:50 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-01-31 16:18:50 +0000 |
commit | 22fad4e2b8c7a270090f284bb13faf6089e73043 (patch) | |
tree | 45af3b009c83c3c2467f6c988d54d51425ad78ff | |
parent | e47114d5459adfe6153dc56c9a35ad9983b33bce (diff) | |
download | ffmpeg-22fad4e2b8c7a270090f284bb13faf6089e73043.tar.gz |
doc/filters: fix afade cuve types listing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 401be93040..3e9babbd68 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -589,26 +589,16 @@ If set this option is used instead of @var{nb_samples} one. @item curve Set cuve for fade transition. @table @option -@item @var{triangular, linear slope (default)} -@code{tri} -@item @var{quarter of sine wave} -@code{qsin} -@item @var{half of sine wave} -@code{esin} -@item @var{exponential sine wave} -@code{hsin} -@item @var{logarithmic} -@code{log} -@item @var{inverted parabola} -@code{par} -@item @var{quadratic} -@code{qua} -@item @var{cubic} -@code{cub} -@item @var{square root} -@code{squ} -@item @var{cubic root} -@code{cbr} +@item @var{tri} (triangular, linear slope (default)) +@item @var{qsin} (quarter of sine wave) +@item @var{hsin} (half of sine wave) +@item @var{esin} (exponential sine wave) +@item @var{log} (logarithmic) +@item @var{par} (inverted parabola) +@item @var{qua} (quadratic) +@item @var{cub} (cubic) +@item @var{squ} (square root) +@item @var{cbr} (cubic root) @end table @end table |