Commit d22f29ab authored by Edward Wang's avatar Edward Wang Committed by Rémi Denis-Courmont

xspf: add MIME detection

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent d34e44de
......@@ -84,7 +84,7 @@ static int Demux(demux_t *);
*/
int Import_xspf(vlc_object_t *p_this)
{
DEMUX_BY_EXTENSION_OR_FORCED_MSG(".xspf", "xspf-open",
DEMUX_BY_EXTENSION_OR_MIMETYPE(".xspf", "application/xspf+xml",
"using XSPF playlist reader");
return VLC_SUCCESS;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment