]> git.sesse.net Git - vlc/commit
Enqueue the item ID instead of pointer for preparse
authorClément Stenac <zorglub@videolan.org>
Sat, 21 Jan 2006 16:44:36 +0000 (16:44 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 21 Jan 2006 16:44:36 +0000 (16:44 +0000)
commit6fbe51edaa14e1b5bab4f3de5fbfc296f54cacd2
treeae40c6c672354e62520540edab9bf82fb01476e7
parent42ad19a6c98ad6807d023b634dd5a9c0a0b4e003
Enqueue the item ID instead of pointer for preparse
Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).

Refs:#192
include/vlc/vlc.h
include/vlc_playlist.h
modules/access/directory.c
src/playlist/playlist.c