diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-30 12:13:46 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-30 12:14:34 +0200 |
commit | 9c9d5bf257df6bbdf50da469706e326a79de2ae8 (patch) | |
tree | 2d8ab5ff4acccad3d242c96baa78b5041bc40241 /doc/filters.texi | |
parent | 6ca3d34ff8490fb1efa0cc3dc06b6bbb58151c53 (diff) | |
download | ffmpeg-9c9d5bf257df6bbdf50da469706e326a79de2ae8.tar.gz |
avfilter/f_metadata: add ends_with() function for comparing ends of strings
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 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 |