From: Rafaël Carré Date: Sat, 23 Jan 2010 18:52:25 +0000 (+0100) Subject: opencv: fix typo X-Git-Tag: 1.1.0-ff~1000 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=89ce0ea53b4a46e71f209f78165e46528ec3b839;p=vlc opencv: fix typo --- 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" );