From 89ce0ea53b4a46e71f209f78165e46528ec3b839 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 23 Jan 2010 19:52:25 +0100 Subject: [PATCH] opencv: fix typo --- modules/video_filter/opencv_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c index 766a490a0f..a869607f03 100644 --- a/modules/video_filter/opencv_wrapper.c +++ b/modules/video_filter/opencv_wrapper.c @@ -254,7 +254,7 @@ static int Create( vlc_object_t *p_this ) free( psz_output); psz_verbosity = var_InheritString( p_vout, "opencv-verbosity" ); - iff( psz_verbosity == NULL ) + if( psz_verbosity == NULL ) { msg_Err( p_vout, "configuration variable %s empty, using 'input'", "opencv-verbosity" ); -- 2.39.2