Changeset 012cc61a0b048579133af447dae774bfe5900563
- Timestamp:
- 17/06/07 19:14:06
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182100446 +0000
- git-parent:
[d1a33559d8dcd5d58728cab63d3a4551b2d07a0d]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182100446 +0000
- Message:
libvlc: attempt to fix previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd1a3355 |
r012cc61 |
|
| 76 | 76 | }; |
|---|
| 77 | 77 | |
|---|
| 78 | | typedef struct { |
|---|
| | 78 | struct libvlc_media_descriptor_t { |
|---|
| 79 | 79 | bool b_preparsed; |
|---|
| 80 | 80 | input_item_t * p_input_item; |
|---|
| 81 | 81 | libvlc_instance_t * p_libvlc_instance; |
|---|
| 82 | | } libvlc_media_descriptor_t; |
|---|
| | 82 | }; |
|---|
| 83 | 83 | |
|---|
| 84 | 84 | struct libvlc_input_t |
|---|