From: Felix Domke Date: Thu, 17 May 2007 00:23:24 +0000 (+0000) Subject: fix playback when no .cuts are available X-Git-Tag: 2.6.0~2250 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/126bff5b5363c9769ff01c73b818cc13a04bc878 fix playback when no .cuts are available --- diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index cb24fc3c..68d7f487 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -722,7 +722,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s eDebug("now locked to pid %04x", pid); m_pid = pid; } - m_pid = 0x6e; +// m_pid = 0x6e; d += 4; } else d += 4; /* ignore */ @@ -1078,7 +1078,7 @@ void eDVBChannel::getNextSourceSpan(off_t current_offset, size_t bytes_read, off } start = current_offset; - size = blocksize; + size = max; eDebug("END OF CUESHEET. (%08llx, %d)", start, size); return;