Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558418 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/modules/demux/mp4/libmp4.c
0
++ b/modules/demux/mp4/libmp4.c
Lines 3643-3648 void MP4_BoxFree( stream_t *s, MP4_Box_t *p_box ) Link Here
3643
    {
3643
    {
3644
        for( i_index = 0; ; i_index++ )
3644
        for( i_index = 0; ; i_index++ )
3645
        {
3645
        {
3646
            if ( MP4_Box_Function[i_index].i_parent &&
3647
                 p_box->p_father &&
3648
                 p_box->p_father->i_type != MP4_Box_Function[i_index].i_parent )
3649
                continue;
3650
3646
            if( ( MP4_Box_Function[i_index].i_type == p_box->i_type )||
3651
            if( ( MP4_Box_Function[i_index].i_type == p_box->i_type )||
3647
                ( MP4_Box_Function[i_index].i_type == 0 ) )
3652
                ( MP4_Box_Function[i_index].i_type == 0 ) )
3648
            {
3653
            {

Return to bug 558418