]> git.sesse.net Git - vlc/commitdiff
motiondetect.c: Oops commit.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 25 Apr 2007 19:37:47 +0000 (19:37 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 25 Apr 2007 19:37:47 +0000 (19:37 +0000)
modules/video_filter/motiondetect.c

index ce5244ac77831f72148100a0c46accc10432cf6a..0c9d2b15e3fa3289b3026636dbc2ee328d8d8c3a 100644 (file)
@@ -221,7 +221,8 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_inpic )
             msg_Warn( p_filter, "Not taking chroma into account" );
             break;
     }
-    format = 0;
+
+    //format = 0;
     if( format )
     {
         for( line = 0; line < i_num_lines_u; line++ )