Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-archive.com>2016-02-11 15:35:20 +0300
committerPaul B Mahol <onemda@gmail.com>2016-02-11 15:50:46 +0300
commit6889deba68fcc3d9f1015f10392dea38b2fcd028 (patch)
tree7572748c17f893d162367894a13c3d4ccff7a72a /doc
parent202f97872891071a24bc383ac07dd7e233ee4343 (diff)
avfilter/f_metadata: add starts_with string function
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
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 8f4dcea111..826449871a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8500,6 +8500,10 @@ Can be one of following:
Values are interpreted as strings, returns true if @code{value} is same as metadata value up
to N chars as set in @code{length} option.
+@item starts_with
+Values are interpreted as strings, returns true if metadata value starts with
+the @code{value} option string.
+
@item less
Values are interpreted as floats, returns true if metadata value is less than @code{value}.