Changeset 2a54015a7f9b49f4500730b23190c56cabf7ad99
- Timestamp:
- 30/10/07 02:08:03
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1193706483 +0000
- git-parent:
[3defa30c23e15a5576ddce8b01b1528085841848]
- git-author:
- Rafaël Carré <funman@videolan.org> 1193706483 +0000
- Message:
xspf demuxer: removes some warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21aa24f |
r2a54015 |
|
| 680 | 680 | } |
|---|
| 681 | 681 | /* extension attribute: application */ |
|---|
| 682 | | if( !strcmp( psz_name, "application" ) ) |
|---|
| | 682 | else if( !strcmp( psz_name, "application" ) ) |
|---|
| 683 | 683 | { |
|---|
| 684 | 684 | psz_application = strdup( psz_value ); |
|---|