Commit 9e4bb091 authored by Jean Delvare's avatar Jean Delvare Committed by Michael Niedermayer

lavfi/delogo: Document where parameter show=1 draws its rectangle

It is not completely obvious where delogo's parameter show=1 draws its
rectangle. Document it so that the user can more easily tune the
parameters.
Signed-off-by: 's avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b6d0bb60
......@@ -2854,6 +2854,11 @@ When set to 1, a green rectangle is drawn on the screen to simplify
finding the right @var{x}, @var{y}, @var{w}, and @var{h} parameters.
The default value is 0.
The rectangle is drawn on the outermost pixels which will be (partly)
replaced with interpolated values. The values of the next pixels
immediately outside this rectangle in each direction will be used to
compute the interpolated pixel values inside the rectangle.
@end table
@subsection Examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment