]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawvid.c
Fix a compilation warning.
[vlc] / modules / demux / rawvid.c
index 82c178ef6fa0a6cb4a445d2aa6eebb5590cb77a3..21bdb4fde15cdf5bf6dd3652459b95a4dfa230f9 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
 #include <vlc_vout.h>                                     /* vout_InitFormat */
@@ -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 */