summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-03-19 17:21:03 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-03-19 17:21:03 +0530
commitc5341d415cb2d7ab33eaa4b186d1d26fac6e3cb7 (patch)
treebbb43559c3199ade392c2554b4a58b749fff131c /doc
parent3a79ab83172067168f452eb2f50b858cfcfae37c (diff)
downloadffmpeg-c5341d415cb2d7ab33eaa4b186d1d26fac6e3cb7.tar.gz
doc/filters: remove option band in delogo
Deprecated option removed in 74fe697f9650 but I forgot to remove the docs entry.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 30dee5531d..621b5f7ebc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9818,12 +9818,6 @@ specified.
Specify the width and height of the logo to clear. They must be
specified.
-@item band, t
-Specify the thickness of the fuzzy edge of the rectangle (added to
-@var{w} and @var{h}). The default value is 1. This option is
-deprecated, setting higher values should no longer be necessary and
-is not recommended.
-
@item show
When set to 1, a green rectangle is drawn on the screen to simplify
finding the right @var{x}, @var{y}, @var{w}, and @var{h} parameters.
@@ -9841,9 +9835,9 @@ compute the interpolated pixel values inside the rectangle.
@itemize
@item
Set a rectangle covering the area with top left corner coordinates 0,0
-and size 100x77, and a band of size 10:
+and size 100x77:
@example
-delogo=x=0:y=0:w=100:h=77:band=10
+delogo=x=0:y=0:w=100:h=77
@end example
@end itemize