diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:02:20 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:02:20 +0100 |
| commit | f901175ad6e72c60f0916c6ba6edcbdad7dbf5ec (patch) | |
| tree | 7fa7116ae62f8cabdded0943aedbdc11488060cf /lib/dvb/dvb.cpp | |
| parent | 6987607629f68a8c47cbe9cf48f6a112b83468ec (diff) | |
| parent | bbe28d433549d0559ac2f91ca2903d5bc6b60bf4 (diff) | |
| download | enigma2-f901175ad6e72c60f0916c6ba6edcbdad7dbf5ec.tar.gz enigma2-f901175ad6e72c60f0916c6ba6edcbdad7dbf5ec.zip | |
Merge branch 'bug_245_record_playback_fixes'
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 */ } |
