Changeset 49eb715ca1e3ff46746829c103af1c4158474809
- Timestamp:
- 20/08/07 04:46:54
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187578014 +0000
- git-parent:
[0f42f294c990722832ecd55ffa5f2248c2c1fb53]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187578014 +0000
- Message:
Forgotten file from previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1eda9d8 |
r49eb715 |
|
| 90 | 90 | struct libvlc_tree_t |
|---|
| 91 | 91 | { |
|---|
| | 92 | libvlc_event_manager_t * p_event_manager; |
|---|
| 92 | 93 | int i_refcount; |
|---|
| 93 | 94 | void * p_item; /* For dynamic sublist */ |
|---|
| … | … | |
| 149 | 150 | int i_refcount; |
|---|
| 150 | 151 | libvlc_media_list_t * p_mlist; |
|---|
| | 152 | libvlc_tree_t * p_playlists_tree; |
|---|
| 151 | 153 | }; |
|---|
| 152 | 154 | |
|---|