[vlc-commits] demux: asf: remove assertion

Francois Cartegnie git at videolan.org
Fri May 16 21:06:33 CEST 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri May 16 14:47:44 2014 +0200| [6cef8558a8666b28fecc1634795037eea5414284] | committer: Francois Cartegnie

demux: asf: remove assertion

always fails on non mms

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cef8558a8666b28fecc1634795037eea5414284
---

 modules/demux/asf/asf.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index e7b0805..7123fe8 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -445,7 +445,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             p_sys->i_seek_track = 0;
             WaitKeyframe( p_demux );
         }
-        assert( i_ret == VLC_SUCCESS );
         return i_ret;
     }
 



More information about the vlc-commits mailing list