From 3dbc9007b080028f0aebbbf8b9ab1233cd70c45b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:24:20 +0100 Subject: demux: mp_msg conversions The TV code pretends to be part of stream/, but it's actually demuxer code too. The audio_in code is shared between the TV code and stream_radio.c, so stream_radio.c needs a small hack until stream.c is converted. --- common/playlist_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/playlist_parser.c b/common/playlist_parser.c index ee5fe07b91..f33f7204b6 100644 --- a/common/playlist_parser.c +++ b/common/playlist_parser.c @@ -539,7 +539,7 @@ static struct playlist *do_parse(struct stream* stream, bool forced, }; bool success = false; - struct demuxer *pl_demux = demux_open(stream, "playlist", NULL, global->opts); + struct demuxer *pl_demux = demux_open(stream, "playlist", NULL, global); if (pl_demux && pl_demux->playlist) { playlist_transfer_entries(p.pl, pl_demux->playlist); success = true; -- cgit v1.2.3