summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-04-01 18:22:03 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-04-04 10:47:09 +0530
commitabdafca9ad26b020b13b76d538a98d135d127fcb (patch)
tree9218ce15de440eba5fe39c907cc4d9625a64525a /doc
parentaff23c3474f93d7f08422755a55da4ba3ce1e800 (diff)
avfilter/find_rect: add option to discard non-matching frames
Default is disabled.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 64878e15da..5e35fa6467 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12139,6 +12139,9 @@ Number of mipmaps, default is 3.
@item xmin, ymin, xmax, ymax
Specifies the rectangle in which to search.
+
+@item discard
+Discard frames where object is not detected. Default is disabled.
@end table
@subsection Examples