diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-07-11 14:11:11 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-07-11 14:11:11 +0000 |
| commit | 9020b3132d25acc5058f8cba754d63cc440815f7 (patch) | |
| tree | 82b5c1e667d970739ece50864e39885d2613a102 /lib/python/Plugins/Extensions/DVDPlayer/src | |
| parent | 85556cd8d4ff888d7c9e3b4bf340e7b6c4da6658 (diff) | |
| download | enigma2-9020b3132d25acc5058f8cba754d63cc440815f7.tar.gz enigma2-9020b3132d25acc5058f8cba754d63cc440815f7.zip | |
revert last revision (workaround no longer needed)
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp index 26a3ba39..bbcb1f2b 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp @@ -593,10 +593,7 @@ RESULT eServiceDVD::getPlayPosition(pts_t &pos) pos += info.pos_minutes * 60; pos += info.pos_seconds; // eDebug("getPlayPosition %lld", pos); - if ( pos > 0 && pos < 32768 ) - pos *= 90000; - else - pos = 0; + pos *= 90000; return 0; } |
