diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2016-02-11 15:39:57 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-11 16:13:07 +0100 |
commit | 80026a8ac35b2cfbf3667c22d733a56dcd041621 (patch) | |
tree | 26c9c4ea75efefedc4e41d99c4e6d12131d7aa49 /doc/filters.texi | |
parent | 730da5c20791d4208aa6c0ef5061cdf4380aa9ee (diff) | |
download | ffmpeg-80026a8ac35b2cfbf3667c22d733a56dcd041621.tar.gz |
avfilter/f_metadata: rename "string" into "same_str"
Rename function option value "string" into "same_str". Remove obsolete
"length" option.
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 826449871a..7898b860db 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8486,19 +8486,14 @@ Set key used with all modes. Must be set for all modes except @code{print}. Set metadata value which will be used. This option is mandatory for @code{modify} and @code{add} mode. -@item length -Set length of how many characters of two metadata values need to match to be -considered same. Default is all available characters. - @item function Which function to use when comparing metadata value and @code{value}. Can be one of following: @table @samp -@item string -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 same_str +Values are interpreted as strings, returns true if metadata value is same as @code{value}. @item starts_with Values are interpreted as strings, returns true if metadata value starts with |