From b2e22731e4eeb6d13202248a1fb1fb0640e30314 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 11 Apr 2013 23:59:22 +0200 Subject: [PATCH] doc/filters: apply minor fixes to hue Commands section --- doc/filters.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index efb3adce80..fa6f656ec3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3732,14 +3732,13 @@ hue="s=max(0\, min(1\, (START+DURATION-t)/DURATION))" @subsection Commands -This filter supports the following command: +This filter supports the following commands: @table @option @item s @item h @item H Modify the hue and/or the saturation of the input video. -The command accepts the same options and syntax of the corresponding -options. +The command accepts the same syntax of the corresponding option. If the specified expression is not valid, it is kept at its current value.