X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Frawvid.c;h=21bdb4fde15cdf5bf6dd3652459b95a4dfa230f9;hb=d0389324b91b56a96bc6bbcb2c417ca824a892ab;hp=82c178ef6fa0a6cb4a445d2aa6eebb5590cb77a3;hpb=13ae40b0efc4f1b1ce205d9a057537047fcab3f4;p=vlc diff --git a/modules/demux/rawvid.c b/modules/demux/rawvid.c index 82c178ef6f..21bdb4fde1 100644 --- a/modules/demux/rawvid.c +++ b/modules/demux/rawvid.c @@ -30,7 +30,7 @@ # include "config.h" #endif -#include +#include #include #include #include /* 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 */