mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #2136 from dagwieers/pvr-channel-speedup
XBMC: Fixes for slow channel switching
This commit is contained in:
commit
c59299f53f
@ -0,0 +1,11 @@
|
|||||||
|
--- a/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 2013-03-28 00:07:58.432987577 +0100
|
||||||
|
+++ b/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 2013-03-28 00:08:29.226987558 +0100
|
||||||
|
@@ -440,7 +440,7 @@
|
||||||
|
if (streaminfo)
|
||||||
|
{
|
||||||
|
/* too speed up dvd switches, only analyse very short */
|
||||||
|
- if(m_pInput->IsStreamType(DVDSTREAM_TYPE_DVD))
|
||||||
|
+ if(m_pInput->IsStreamType(DVDSTREAM_TYPE_DVD) || m_pInput->IsStreamType(DVDSTREAM_TYPE_PVRMANAGER))
|
||||||
|
m_pFormatContext->max_analyze_duration = 500000;
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user