]> git.sesse.net Git - vlc/commit
Modify playlist code to always use input_item_t->i_id in "item-change" callback.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 20:33:43 +0000 (21:33 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 20:33:43 +0000 (21:33 +0100)
commitaaa0d27584304a53f5f413f9b7a7f1b77d22c24e
tree977539132d08ff70c57b4d1500680c3a311d336a
parentc5687adeae1a4f9488b8e8c1c311f4216f5a157e
Modify playlist code to always use input_item_t->i_id in "item-change" callback.

 The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and
 so this callback was unusable.
include/vlc_playlist.h
src/playlist/item.c