diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:53:05 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:53:05 +0100 |
| commit | 765e1c0b8f36ea3909fc0a3883f68d56d0d5530f (patch) | |
| tree | 4a6c69928df324a4db54ce5fa862bc7e19588059 /lib/dvb/dvb.cpp | |
| parent | 18469e4dedcfe75e8128b489774f79fb790a23da (diff) | |
| parent | 4a7a8362a83b1a6c2bd0abf13cd7b19359e9768a (diff) | |
| download | enigma2-765e1c0b8f36ea3909fc0a3883f68d56d0d5530f.tar.gz enigma2-765e1c0b8f36ea3909fc0a3883f68d56d0d5530f.zip | |
Merge branch 'bug_245_record_playback_fixes' into experimental
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 894287e8..a8dfb193 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -1462,12 +1462,7 @@ void eDVBChannel::getNextSourceSpan(off_t current_offset, size_t bytes_read, off continue; } - size_t iframe_len; - /* try to align to iframe */ - int direction = pts < 0 ? -1 : 1; - m_tstools.findFrame(offset, iframe_len, direction); - - eDebug("ok, resolved skip (rel: %d, diff %lld), now at %08llx (skipped additional %d frames due to iframe re-align)", relative, pts, offset, direction); + eDebug("ok, resolved skip (rel: %d, diff %lld), now at %08llx", relative, pts, offset); current_offset = align(offset, blocksize); /* in case tstools return non-aligned offset */ } |
