Changeset 357d734fa50c75dcd1bdacc45e291f4989f97ef9

Show
Ignore:
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
  • src/playlist/item.c

    rd11fd0d r357d734  
    163163{ 
    164164    DECMALLOC_NULL( p_item, playlist_item_t ); 
     165 
     166    assert( p_input ); 
    165167 
    166168    p_item->p_input = p_input;