Commit b798c669 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: remove legacy dash probe prevention (fix #15412)

parent 0456bcdc
...@@ -661,7 +661,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -661,7 +661,7 @@ static int Open( vlc_object_t * p_this )
if( MP4_BoxCount( p_sys->p_root, "/moov/mvex" ) > 0 ) 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 /* Probe remaining to check if there's really fragments
or if that file is just ready to append fragments */ or if that file is just ready to append fragments */
......
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