summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-30 12:13:46 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-30 12:14:34 +0200
commit9c9d5bf257df6bbdf50da469706e326a79de2ae8 (patch)
tree2d8ab5ff4acccad3d242c96baa78b5041bc40241 /doc
parent6ca3d34ff8490fb1efa0cc3dc06b6bbb58151c53 (diff)
avfilter/f_metadata: add ends_with() function for comparing ends of strings
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 333f502083..e7927f07c0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -21856,6 +21856,10 @@ Values are interpreted as floats, returns true if metadata value is greater than
@item expr
Values are interpreted as floats, returns true if expression from option @code{expr}
evaluates to true.
+
+@item ends_with
+Values are interpreted as strings, returns true if metadata value ends with
+the @code{value} option string.
@end table
@item expr