Skip to content

Commit

Permalink
VideoPlayer: flag pvr demuxer streams as realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Dec 24, 2015
1 parent 4e1e748 commit 678c2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxPVRClient.cpp
Expand Up @@ -440,6 +440,7 @@ void CDVDDemuxPVRClient::RequestStreams()
m_streams[i]->language[1] = props.stream[i].strLanguage[1];
m_streams[i]->language[2] = props.stream[i].strLanguage[2];
m_streams[i]->language[3] = props.stream[i].strLanguage[3];
m_streams[i]->realtime = true;

CLog::Log(LOGDEBUG,"CDVDDemuxPVRClient::RequestStreams(): added/updated stream %d:%d with codec_id %d",
m_streams[i]->iId,
Expand Down

0 comments on commit 678c2ed

Please sign in to comment.