]> git.sesse.net Git - vlc/commit
demux: add DEMUX_IS_PLAYLIST
authorThomas Guillem <thomas@gllm.fr>
Mon, 19 Jan 2015 10:22:43 +0000 (11:22 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 20 Jan 2015 06:17:18 +0000 (08:17 +0200)
commit6515826a931516e57db9e8042294996cbeeadf73
treead751e866b5869f5794e9dd4ae00ecfb1487ccf5
parentf870bdc6803650977a6833b2ff7d118b84719eda
demux: add DEMUX_IS_PLAYLIST

It returns true if the demux is a playlist (an archive, a directory or a
network share is also a playlist).

It will be used by the preparser in order to know if it should call demux_Demux
to fetch sub items.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_demux.h