]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawvid.c
Rework a bit the OpenDialog calls in order to fix the double-click issue when transco...
[vlc] / modules / demux / rawvid.c
index ca6d8eb92861bdb641d542925fe81bf3ef239835..21bdb4fde15cdf5bf6dd3652459b95a4dfa230f9 100644 (file)
@@ -182,7 +182,8 @@ static int Open( vlc_object_t * p_this )
     {
         char *psz;
         char *buf;
-        int a, b = 1;
+        int a = 1;
+        int b = 1;
         psz = stream_ReadLine( p_demux->s );
 
         /* TODO: handle interlacing */