Commit 2ef784f3 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: remove dead code (cid #1346937)

parent 3a22750e
...@@ -250,9 +250,6 @@ static MP4_Box_t *MP4_ReadBoxRestricted( stream_t *p_stream, MP4_Box_t *p_father ...@@ -250,9 +250,6 @@ static MP4_Box_t *MP4_ReadBoxRestricted( stream_t *p_stream, MP4_Box_t *p_father
MP4_Seek( p_stream, i_next ); MP4_Seek( p_stream, i_next );
} }
if( !p_box )
return NULL;
MP4_BoxAddChild( p_father, p_box ); MP4_BoxAddChild( p_father, p_box );
return p_box; return p_box;
......
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