]> git.sesse.net Git - vlc/commitdiff
video_filter/mosaic.c: compile fix
authorEric Petit <titer@videolan.org>
Thu, 3 Mar 2005 05:22:01 +0000 (05:22 +0000)
committerEric Petit <titer@videolan.org>
Thu, 3 Mar 2005 05:22:01 +0000 (05:22 +0000)
modules/video_filter/mosaic.c

index 6175524caba03e74bfbf384fe837e7bf31c9b1d4..f8eedff87350cc27730b528d362754043380f677 100644 (file)
@@ -176,8 +176,8 @@ static int CreateFilter( vlc_object_t *p_this )
 
     if( psz_order[0] != 0 )
     {
-        i_index = 0;
         char* psz_end=NULL;
+        i_index = 0;
         do
         { 
             psz_end = strchr( psz_order, ',' );