]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: rework Commands section for overlay filter
authorStefano Sabatini <stefasab@gmail.com>
Thu, 11 Apr 2013 22:01:38 +0000 (00:01 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Thu, 11 Apr 2013 22:18:39 +0000 (00:18 +0200)
doc/filters.texi

index fa6f656ec3f0561c69733720041edc3c54acebc3..31587830e49b244ed3711afd897a0747d88c6aae 100644 (file)
@@ -4369,16 +4369,16 @@ efficiency of such approach.
 
 @subsection Commands
 
-This filter supports the following command:
+This filter supports the following commands:
 @table @option
 @item x
-Set the @option{x} option expression.
-
 @item y
-Set the @option{y} option expression.
-
 @item enable
-Set the @option{enable} option expression.
+Modify the x/y and enable overlay of the overlay input.
+The command accepts the same syntax of the corresponding option.
+
+If the specified expression is not valid, it is kept at its current
+value.
 @end table
 
 @subsection Examples