Commit 0918c3cf authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent 1853bff1
......@@ -1175,8 +1175,8 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
i64 = stream_Size( p_demux->s );
if( i64 > 0 )
{
double current = stream_Tell( p_demux->s );
*pf = current / (double)i64;
double f_current = stream_Tell( p_demux->s );
*pf = f_current / (double)i64;
}
else
{
......
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