[vlc-devel] commit: Removed a stupid line in asf fixing some audio problems ( close #2948). (Laurent Aimar )
git version control
git at videolan.org
Sat Jul 11 18:36:11 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Jul 11 18:19:58 2009 +0200| [fbe14bc4a0e168476489b1af387a79c996859e26] | committer: Laurent Aimar
Removed a stupid line in asf fixing some audio problems (close #2948).
It was introduced by 25a8f939.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbe14bc4a0e168476489b1af387a79c996859e26
---
modules/demux/asf/asf.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index 105d0a7..ceef0d0 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -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;
}
}
More information about the vlc-devel
mailing list