From 746c8e7c9d91cf2511348577be06b8ef5498b3a0 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 14 Oct 2019 13:08:13 +0200 Subject: [PATCH] doc/filters: document scroll commands --- doc/filters.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 8c1482ed1f..1447325341 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15835,6 +15835,16 @@ Set the initial horizontal scrolling position. Default is 0. Allowed range is fr Set the initial vertical scrolling position. Default is 0. Allowed range is from 0 to 1. @end table +@subsection Commands + +This filter supports the following @ref{commands}: +@table @option +@item horizontal, h +Set the horizontal scrolling speed. +@item vertical, v +Set the vertical scrolling speed. +@end table + @anchor{selectivecolor} @section selectivecolor