Skip to content
Snippets Groups Projects
Commit 97d766ff authored by Gyan Doshi's avatar Gyan Doshi
Browse files

doc/filters: correct description of variables in blend filter

Invert description of SW / SH variables.
parent 1a31c2b5
No related branches found
No related tags found
No related merge requests found
......@@ -5645,10 +5645,10 @@ the width and height of currently filtered plane
 
@item SW
@item SH
Width and height scale depending on the currently filtered plane. It is the
ratio between the corresponding luma plane number of pixels and the current
plane ones. E.g. for YUV4:2:0 the values are @code{1,1} for the luma plane, and
@code{0.5,0.5} for chroma planes.
Width and height scale for the plane being filtered. It is the
ratio between the dimensions of the current plane to the luma plane,
e.g. for a @code{yuv420p} frame, the values are @code{1,1} for
the luma plane and @code{0.5,0.5} for the chroma planes.
 
@item T
Time of the current frame, expressed in seconds.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment