Changeset 9f8aa0ff1f7dc797ff47371480829c89377588f6
- 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
| r2a54015 |
r9f8aa0f |
|
| 859 | 859 | } |
|---|
| 860 | 860 | |
|---|
| | 861 | /* XXX: We can't check the validity of the 'href' attribute if we do parse |
|---|
| | 862 | the extension before the TrackList |
|---|
| 861 | 863 | if( i_href > p_demux->p_sys->i_tracklist_entries ) |
|---|
| 862 | 864 | { |
|---|
| 863 | 865 | msg_Warn( p_demux, "invalid \"href\" attribute" ); |
|---|
| 864 | 866 | return VLC_FALSE; |
|---|
| 865 | | } |
|---|
| | 867 | }*/ |
|---|
| 866 | 868 | |
|---|
| 867 | 869 | /* fix for #1293 - XTAG sends ENDELEM for self closing tag */ |
|---|