Commit fbe14bc4 authored by Laurent Aimar's avatar Laurent Aimar

Removed a stupid line in asf fixing some audio problems (close #2948).

It was introduced by 25a8f939.
parent d0c3b82d
...@@ -360,7 +360,6 @@ static mtime_t GetMoviePTS( demux_sys_t *p_sys ) ...@@ -360,7 +360,6 @@ static mtime_t GetMoviePTS( demux_sys_t *p_sys )
{ {
if( i_time < 0 ) i_time = tk->i_time; if( i_time < 0 ) i_time = tk->i_time;
else i_time = __MIN( i_time, tk->i_time ); else i_time = __MIN( i_time, tk->i_time );
break;
} }
} }
......
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