Changeset 357d734fa50c75dcd1bdacc45e291f4989f97ef9
- Timestamp:
- 17/08/08 20:25:15
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218997515 +0200
- git-parent:
[fde62dfddfd475e6b4b6496cb01822cf708853e1]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218996933 +0200
- Message:
playlist: Make sure we always have an input_item associated to a playlist_item.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd11fd0d |
r357d734 |
|
| 163 | 163 | { |
|---|
| 164 | 164 | DECMALLOC_NULL( p_item, playlist_item_t ); |
|---|
| | 165 | |
|---|
| | 166 | assert( p_input ); |
|---|
| 165 | 167 | |
|---|
| 166 | 168 | p_item->p_input = p_input; |
|---|