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:
parent
52ed634811
commit
6e6291dcfd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user