[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:43:59 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sat Jul 11 18:19:58 2009 +0200| [88af27ad1e07d70939cd92dcdabca0cf902f75d7] | committer: Jean-Baptiste Kempf 
Removed a stupid line in asf fixing some audio problems (close #2948).
It was introduced by 25a8f939.
(cherry picked from commit fbe14bc4a0e168476489b1af387a79c996859e26)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88af27ad1e07d70939cd92dcdabca0cf902f75d7
---
 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 08296a6..7cf31ad 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