projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f46882
)
aevalsrc: enclose example arguments in double quotes
author
Stefano Sabatini
<stefasab@gmail.com>
Tue, 18 Oct 2011 17:38:52 +0000
(19:38 +0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Tue, 18 Oct 2011 17:41:47 +0000
(19:41 +0200)
More paste friendly, consistent with other examples.
doc/filters.texi
patch
|
blob
|
history
diff --git
a/doc/filters.texi
b/doc/filters.texi
index
b22b9ac
..
c8bd0d7
100644
(file)
--- a/
doc/filters.texi
+++ b/
doc/filters.texi
@@
-350,7
+350,7
@@
aevalsrc="sin(10*2*PI*t)*sin(880*2*PI*t)"
@item
Generate 2.5 Hz binaural beats on a 360 Hz carrier:
@example
-aevalsrc=
0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)
+aevalsrc=
"0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)"
@end example
@end itemize