summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-24 16:38:53 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-24 17:21:25 +0200
commit51467ee868467f1af272e7fa4fb920b34d3fa489 (patch)
treedeabc74dde445c8d507cfb6af823a72b8dc989e7 /doc
parent7d0ca5b7e43676cc23834ccd19d40744f7328b77 (diff)
downloadffmpeg-streaming-51467ee868467f1af272e7fa4fb920b34d3fa489.zip
ffmpeg-streaming-51467ee868467f1af272e7fa4fb920b34d3fa489.tar.gz
doc/filters: remove unnecessary and inconsistent double ',' escaping
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ea04450..96fd6d6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2016,13 +2016,13 @@ drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_gly
@item
Show text for 1 second every 3 seconds:
@example
-drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:draw=lt(mod(t\\,3)\\,1):text='blink'"
+drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:draw=lt(mod(t\,3)\,1):text='blink'"
@end example
@item
Use fontconfig to set the font. Note that the colons need to be escaped.
@example
-drawtext='fontfile=Linux Libertine O-40\\:style=Semibold:text=FFmpeg'
+drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
@end example
@end itemize
OpenPOWER on IntegriCloud