1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 14:17:46 +00:00

stream_pvr: fix crash on initialization

Fallout from the mp_msg conversions.
This commit is contained in:
wm4 2014-01-03 16:44:44 +01:00
parent 52ed634811
commit 6e6291dcfd

View File

@ -1520,6 +1520,7 @@ pvr_stream_open (stream_t *stream, int mode)
return STREAM_UNSUPPORTED;
pvr = pvr_init ();
pvr->log = stream->log;
/**
* if the url, i.e. 'pvr://8', contains the channel, use it,