summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-11 23:02:37 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-04-11 23:03:18 +0200
commitd980641ec4a93d974acbfc939f2ad12273f03c51 (patch)
treead12ca26eeb4f0446dd043d0f3474e0c0ec9fcc7
parent9ad27cd44758cc094b80b69f54f7607af3bf0344 (diff)
doc/filters: fix fade-out hue saturation expression in sendcmd example
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e7e16a11c1..a83a74c8f3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6699,7 +6699,7 @@ Specify a list of drawtext and hue commands in a file.
[leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=color';
# apply an exponential saturation fade-out effect, starting from time 25
-25 [enter] hue s exp(t-25)
+25 [enter] hue s exp(25-t)
@end example
A filtergraph allowing to read and process the above command list