From 408ea50ca6bcc666babc8b8e654eb135164480af Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Feb 2016 11:47:52 +0100 Subject: avfilter/f_metadata: fix few logic errors Signed-off-by: Paul B Mahol --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 56de876dca..6c5003f207 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8501,13 +8501,13 @@ Values are interpreted as strings, returns true if @code{value} is same as metad to N chars as set in @code{length} option. @item less -Values are interpreted as floats, returns true if @code{value} is less than metadata value. +Values are interpreted as floats, returns true if metadata value is less than @code{value}. @item equal Values are interpreted as floats, returns true if @code{value} is equal with metadata value. @item greater -Values are interpreted as floats, returns true if @code{value} is greater than metadata value. +Values are interpreted as floats, returns true if metadata value is greater than @code{value}. @item expr Values are interpreted as floats, returns true if expression from option @code{expr} -- cgit v1.2.3