Commit b0e2be1e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AVI: kill a warning

parent f0d80688
......@@ -1312,7 +1312,7 @@ static int Seek( demux_t *p_demux, mtime_t i_date, int i_percent )
if( !p_sys->i_length )
{
avi_track_t *p_stream = NULL;
unsigned i_stream;
unsigned i_stream = 0;
int64_t i_pos;
/* use i_percent to create a true i_date */
......
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