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
1 changed files with 1 additions and 0 deletions

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,