[FFmpeg-cvslog] doc/filters: clarify example explanation

Stefano Sabatini git at videolan.org
Fri Apr 5 12:47:43 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Apr  5 12:44:22 2013 +0200| [029cca6fb3ea545c27e825fc2f4dbe71553c0b56] | committer: Stefano Sabatini

doc/filters: clarify example explanation

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=029cca6fb3ea545c27e825fc2f4dbe71553c0b56
---

 doc/filters.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index fcd3941..630db43 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4329,8 +4329,8 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=10:H-h-10,overlay=W-w
 @end example
 
 @item
-Add a transparent color layer on top of the main video, WxH specifies
-the size of the main input to the overlay filter:
+Add a transparent color layer on top of the main video, @code{WxH}
+must specify the size of the main input to the overlay filter:
 @example
 color=color=red@@.3:size=WxH [over]; [in][over] overlay [out]
 @end example



More information about the ffmpeg-cvslog mailing list