Changeset 063e5077078128a351089bbbae616b395cbc9639
- Timestamp:
- 05/05/08 22:14:22
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210018462 +0200
- git-parent:
[821a4658d2c5d6b9a6670dc3640c890b71a43805]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210018462 +0200
- Message:
s/URI/location/ to comply to the spec
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r821a465 |
r063e507 |
|
| 1080 | 1080 | "description", "rating", "date", "setting", "url", "language", |
|---|
| 1081 | 1081 | "nowplaying", "publisher", "encodedby", "arturl", "trackid", |
|---|
| 1082 | | "status", "URI", "length", "video-codec", "audio-codec", |
|---|
| | 1082 | "status", "location", "length", "video-codec", "audio-codec", |
|---|
| 1083 | 1083 | "video-bitrate", "audio-bitrate", "audio-samplerate" |
|---|
| 1084 | 1084 | }; |
|---|