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
diff options
context:
space:
mode:
authorKevin Mark <kmark937@gmail.com>2017-05-27 17:10:46 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-06-02 02:14:38 +0300
commit573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629 (patch)
treecabbd81e21a6a3c94502bf7c02c43ee484ccd7ca
parent75d881f1a97905c22e2a3329b371c4ad87c292e6 (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>
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8e5e21f9ed..b1e063f63b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12077,7 +12077,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