aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mark <kmark937@gmail.com>2017-05-27 10:10:46 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2017-05-28 04:03:52 +0200
commit3ad48f9acb19c5eb233cd0f1aa90e085cce54cba (patch)
treed0b4d81822a142594219dd9c30b572336409d92b
parenta3ba6a66a3eec0431d3f5bec8253660b9fc8eae7 (diff)
downloadffmpeg-3ad48f9acb19c5eb233cd0f1aa90e085cce54cba.tar.gz
doc/filters: Clarify scale2ref example
Signed-off-by: Kevin Mark <kmark937@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 114e8716214d414d7965029ae5fe74668ed69e4a) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 68f54f19b0..9c0cbb6975 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10598,7 +10598,7 @@ uses the reference video instead of the main input as basis.
@itemize
@item
-Scale a subtitle stream to match the main video in size before overlaying
+Scale a subtitle stream (b) to match the main video (a) in size before overlaying
@example
'scale2ref[b][a];[a][b]overlay'
@end example