Commit bbacf6f9 authored by Felix Abecassis's avatar Felix Abecassis Committed by Felix Paul Kühne

Revert "MP4 demux: only set fragmented flag if filecontains movie fragment atoms."

This reverts commit 9ef5be06.

Fix #10983.
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 6dff8ffd
......@@ -361,8 +361,7 @@ static int Open( vlc_object_t * p_this )
if( LoadInitFrag( p_demux, b_smooth ) != VLC_SUCCESS )
goto error;
if( MP4_BoxCount( p_sys->p_root, "/moov/mvex" ) > 0 &&
MP4_BoxCount( p_sys->p_root, "/moof" ) > 0 )
if( MP4_BoxCount( p_sys->p_root, "/moov/mvex" ) > 0 )
{
p_sys->b_fragmented = true;
}
......
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