From 80026a8ac35b2cfbf3667c22d733a56dcd041621 Mon Sep 17 00:00:00 2001 From: Tobias Rapp Date: Thu, 11 Feb 2016 15:39:57 +0100 Subject: 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 --- doc/filters.texi | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3