From e80bc76e9e0ce092aed8255a4cb7cbbd376f4cd6 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Fri, 5 Apr 2013 00:29:28 +0200
Subject: [PATCH] doc/filters: put separated geq variables in separate lines

Make clear that they are not aliases for the same variable.
---
 doc/filters.texi | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index f4091fbe687..b6ecbb1e5d0 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}.
 
-@item X, Y
+@item X
+@item Y
 The coordinates of the current sample.
 
-@item W, H
+@item W
+@item H
 The width and height of the image.
 
-@item SW, SH
+@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
-- 
GitLab