]> git.sesse.net Git - vlc/commit
control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 20 Aug 2007 01:13:42 +0000 (01:13 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 20 Aug 2007 01:13:42 +0000 (01:13 +0000)
commit3339278a1d8e0ad561706a191b7dff8c07338bc6
tree02c80fdd3dc4e1e6907c5af5af5cbc8f2768daf2
parent5e827398d077bd2c2a560f2be6bedeb7a868fe92
control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
The idea is to have create a media list using the item of an other that matches a certain query.
include/vlc/libvlc.h
include/vlc/libvlc_structures.h
src/control/dynamic_media_list.c [new file with mode: 0644]
src/control/libvlc_internal.h
src/control/media_list.c