[FFmpeg-cvslog] doc/filters: fix afade cuve types listing

Paul B Mahol git at videolan.org
Thu Jan 31 17:23:06 CET 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jan 31 16:18:50 2013 +0000| [22fad4e2b8c7a270090f284bb13faf6089e73043] | committer: Paul B Mahol

doc/filters: fix afade cuve types listing

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22fad4e2b8c7a270090f284bb13faf6089e73043
---

 doc/filters.texi |   30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 401be93..3e9babb 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
- at item @var{triangular, linear slope (default)}
- at code{tri}
- at item @var{quarter of sine wave}
- at code{qsin}
- at item @var{half of sine wave}
- at code{esin}
- at item @var{exponential sine wave}
- at code{hsin}
- at item @var{logarithmic}
- at code{log}
- at item @var{inverted parabola}
- at code{par}
- at item @var{quadratic}
- at code{qua}
- at item @var{cubic}
- at code{cub}
- at item @var{square root}
- at code{squ}
- at item @var{cubic root}
- at code{cbr}
+ at item @var{tri}  (triangular, linear slope (default))
+ at item @var{qsin} (quarter of sine wave)
+ at item @var{hsin} (half of sine wave)
+ at item @var{esin} (exponential sine wave)
+ at item @var{log}  (logarithmic)
+ at item @var{par}  (inverted parabola)
+ at item @var{qua}  (quadratic)
+ at item @var{cub}  (cubic)
+ at item @var{squ}  (square root)
+ at item @var{cbr}  (cubic root)
 @end table
 @end table
 



More information about the ffmpeg-cvslog mailing list