diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2016-02-11 13:35:20 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-11 13:50:46 +0100 |
commit | 6889deba68fcc3d9f1015f10392dea38b2fcd028 (patch) | |
tree | 7572748c17f893d162367894a13c3d4ccff7a72a /doc/filters.texi | |
parent | 202f97872891071a24bc383ac07dd7e233ee4343 (diff) | |
download | ffmpeg-6889deba68fcc3d9f1015f10392dea38b2fcd028.tar.gz |
avfilter/f_metadata: add starts_with string function
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
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}. |