]> git.sesse.net Git - vlc/commit
services_discovery: storing the category & onelevel playlist items with the services_...
authorRafaël Carré <funman@videolan.org>
Wed, 10 Oct 2007 23:04:09 +0000 (23:04 +0000)
committerRafaël Carré <funman@videolan.org>
Wed, 10 Oct 2007 23:04:09 +0000 (23:04 +0000)
commitd3b42e438a49b7df4912c9f0db365b9355b93462
treed2c4b989020e5a967db6969676c89d80e33929b9
parent884e2a4e4ffac2249258648ce8e9270c4d42152e
services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that.
put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free()
include/vlc_playlist.h
src/playlist/engine.c
src/playlist/playlist_internal.h
src/playlist/services_discovery.c