[vlc-devel] [vlc-commits] demux: mp4: skip failed boxes in containers
Francois Cartegnie
fcvlcdev at free.fr
Mon Aug 22 17:51:23 CEST 2016
Le 22/08/2016 à 18:22, Filip Roséen a écrit :
>
>> @@ -259,7 +259,6 @@ static MP4_Box_t *MP4_ReadBoxRestricted( stream_t *p_stream, MP4_Box_t *p_father
>> {
>> msg_Warn( p_stream, "Failed reading box %4.4s", (char*) &peekbox.i_type );
>> MP4_BoxFree( p_box );
>> - return NULL;
>> }
>
> - Did you mean to set `p_box` to `NULL` instead of only removing the
> *return-statement*?
>
obviously yes,
thanks
Francois
More information about the vlc-devel
mailing list