Commit 88af27ad authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

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

It was introduced by 25a8f939.
(cherry picked from commit fbe14bc4)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 05b9a8a0
......@@ -360,7 +360,6 @@ static mtime_t GetMoviePTS( demux_sys_t *p_sys )
{
if( i_time < 0 ) 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