[FFmpeg-cvslog] doc/filters: put separated geq variables in separate lines
Stefano Sabatini
git at videolan.org
Fri Apr 5 01:20:34 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Apr 5 00:29:28 2013 +0200| [e80bc76e9e0ce092aed8255a4cb7cbbd376f4cd6] | committer: Stefano Sabatini
doc/filters: put separated geq variables in separate lines
Make clear that they are not aliases for the same variable.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e80bc76e9e0ce092aed8255a4cb7cbbd376f4cd6
---
doc/filters.texi | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index f4091fb..b6ecbb1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3309,13 +3309,16 @@ The expressions can use the following variables and functions:
@item N
The sequential number of the filtered frame, starting from @code{0}.
- at item X, Y
+ at item X
+ at item Y
The coordinates of the current sample.
- at item W, H
+ at item W
+ at item H
The width and height of the image.
- at item SW, SH
+ at item SW
+ at 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
More information about the ffmpeg-cvslog
mailing list