Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Mark <kmark937@gmail.com>2017-05-27 17:10:46 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-06-16 02:05:28 +0300
commit706bbb22b1b3537c53ab7bc99cf359be4f26ae03 (patch)
treeb8b4c8fff8c9912ee23a9921d5cd8a02e48a3808 /doc
parent1e74ee34f978feb430fb16c25963c62eea534d92 (diff)
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>
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 1ebf251862..6b0d1c8222 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11915,7 +11915,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