Changeset 87c7bdf06f337b06cd2c19a45d3abd2115ef646f
- Timestamp:
- 30/07/06 23:19:38
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1154294378 +0000
- git-parent:
[96a9eea8c77b0325391d50b002b0e068ac115a0c]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1154294378 +0000
- Message:
Forgot this
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbaacaea |
r87c7bdf |
|
| 88 | 88 | #define ITEM_TYPE_PLAYLIST 8 |
|---|
| 89 | 89 | #define ITEM_TYPE_NODE 9 |
|---|
| | 90 | #define ITEM_TYPE_NUMBER 10 |
|---|
| 90 | 91 | |
|---|
| 91 | 92 | static inline void vlc_input_item_Init( vlc_object_t *p_o, input_item_t *p_i ) |
|---|