]> git.sesse.net Git - vlc/commit
* src/playlist/*: when deleting the currently playing item, skip it instead of stoppi...
authorGildas Bazin <gbazin@videolan.org>
Sat, 13 Dec 2003 17:16:11 +0000 (17:16 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 13 Dec 2003 17:16:11 +0000 (17:16 +0000)
commitd3de64660f62998d7295905aaca867ba9f9e5ec8
tree0b2ee3cbfe45f3427ab7352a0b9274962f06258a
parentd0104ec8c80c0fd3c1a47644e5b2a3efbb5090fe
* src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
* include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module.
include/configuration.h
include/modules_inner.h
src/playlist/item.c
src/playlist/playlist.c