[vlc-devel] commit: opencv: fix typo ( Rafaël Carré )

git version control git at videolan.org
Sat Jan 23 19:52:35 CET 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sat Jan 23 19:52:25 2010 +0100| [89ce0ea53b4a46e71f209f78165e46528ec3b839] | committer: Rafaël Carré 

opencv: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89ce0ea53b4a46e71f209f78165e46528ec3b839
---

 modules/video_filter/opencv_wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c
index 766a490..a869607 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" );




More information about the vlc-devel mailing list