doc/filters: fix old broken syntax of color source in overlay example

Found-By: littlebat <dashing.meng@gmail.com>
This commit is contained in:
Stefano Sabatini 2013-04-05 12:42:21 +02:00
parent 8e85b69d71
commit 89d581f15e
1 changed files with 1 additions and 1 deletions

View File

@ -4332,7 +4332,7 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=10:H-h-10,overlay=W-w
Add a transparent color layer on top of the main video, WxH specifies
the size of the main input to the overlay filter:
@example
color=red@@.3:WxH [over]; [in][over] overlay [out]
color=color=red@@.3:size=WxH [over]; [in][over] overlay [out]
@end example
@item