diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-13 10:51:49 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-13 10:54:14 +0530 |
commit | 97d766ff52fb0cb79b82c0b9e0a5bdca3dbdb78f (patch) | |
tree | 06ce4e4a30dbaf364306b7495a09b167c2c78ee8 /doc/filters.texi | |
parent | 1a31c2b5df1179fdc1b8e84c8fa89d853e517309 (diff) | |
download | ffmpeg-97d766ff52fb0cb79b82c0b9e0a5bdca3dbdb78f.tar.gz |
doc/filters: correct description of variables in blend filter
Invert description of SW / SH variables.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d236bd69b7..49895ff947 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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. |