diff mbox

[FFmpeg-devel,3/3] doc/filters: Clarify scale2ref example

Message ID 20170527141046.57488-3-kmark937@gmail.com
State Accepted
Commit 114e8716214d414d7965029ae5fe74668ed69e4a
Headers show

Commit Message

Kevin Mark May 27, 2017, 2:10 p.m. UTC
Signed-off-by: Kevin Mark <kmark937@gmail.com>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer May 28, 2017, 12:31 a.m. UTC | #1
On Sat, May 27, 2017 at 10:10:46AM -0400, Kevin Mark wrote:
> Signed-off-by: Kevin Mark <kmark937@gmail.com>
> ---
>  doc/filters.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied

thx

[...]
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index ff41402f7e..948e43deca 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12459,7 +12459,7 @@  is 1.
 
 @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