Changeset 9f8aa0ff1f7dc797ff47371480829c89377588f6

Show
Ignore:
Timestamp:
11/13/07 19:21:46 (10 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1194978106 +0000
git-parent:

[d5a0120de4527bb2852528704e9a9090ed8e5fca]

git-author:
Rafaël Carré <funman@videolan.org> 1194978106 +0000
Message:

xspf demuxer: fix extension reading

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/playlist/xspf.c

    r2a54015 r9f8aa0f  
    859859    } 
    860860 
     861    /* XXX: We can't check the validity of the 'href' attribute if we do parse 
     862            the extension before the TrackList 
    861863    if( i_href > p_demux->p_sys->i_tracklist_entries ) 
    862864    { 
    863865        msg_Warn( p_demux, "invalid \"href\" attribute" ); 
    864866        return VLC_FALSE; 
    865     } 
     867    }*/ 
    866868 
    867869    /* fix for #1293 - XTAG sends ENDELEM for self closing tag */