[vlc-commits] demux: mp4: remove legacy dash probe prevention (fix #15412)
Francois Cartegnie
git at videolan.org
Wed Oct 14 17:25:24 CEST 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Oct 14 17:24:05 2015 +0200| [b798c6696574431f3408ca113254232f58558c26] | committer: Francois Cartegnie
demux: mp4: remove legacy dash probe prevention (fix #15412)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b798c6696574431f3408ca113254232f58558c26
---
modules/demux/mp4/mp4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index bd95209..cebbfb0 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -661,7 +661,7 @@ static int Open( vlc_object_t * p_this )
if( MP4_BoxCount( p_sys->p_root, "/moov/mvex" ) > 0 )
{
- if ( p_sys->b_seekable && !p_sys->b_smooth && !p_sys->b_dash )
+ if ( p_sys->b_seekable && !p_sys->b_smooth )
{
/* Probe remaining to check if there's really fragments
or if that file is just ready to append fragments */
More information about the vlc-commits
mailing list