Commit 3921a7f8 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix a compilation warning.

parent 347cc8cc
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment