summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-24 16:50:16 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-24 17:22:00 +0200
commit55c77a0ca3ce703328c1f28189e7f252ba6eef49 (patch)
tree7c20d870d2b3c8753c9626a7aeb33912b6c274d2 /doc
parent51467ee868467f1af272e7fa4fb920b34d3fa489 (diff)
doc/filters: escape special Texinfo character @ in overlay example
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 96fd6d6b25..adec96ef39 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2823,7 +2823,7 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex
# add a transparent color layer on top of the main video,
# WxH specifies the size of the main input to the overlay filter
-color=red@.3:WxH [over]; [in][over] overlay [out]
+color=red@@.3:WxH [over]; [in][over] overlay [out]
# play an original video and a filtered version (here with the deshake filter)
# side by side