diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-06 11:44:06 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-06 11:44:06 +0100 |
| commit | 37e3c1814cc8ea6ef4eaef9a4bbc5d757d98972f (patch) | |
| tree | 913f60dc751cd28d2c4b5146b17ffbb8b856fe8d /lib/service/servicedvb.cpp | |
| parent | e66d0ee5f86946cf2d0c3dc5a0ea369917e0cfd3 (diff) | |
| download | enigma2-37e3c1814cc8ea6ef4eaef9a4bbc5d757d98972f.tar.gz enigma2-37e3c1814cc8ea6ef4eaef9a4bbc5d757d98972f.zip | |
Revert "disable fast winding for non TS mediafiles until we have a usable solution for this.."
This reverts commit b643641e2c6288eff61d0346a3dda82bd820b3b7.
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index ddc675e6..1a28fbdd 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1370,7 +1370,7 @@ RESULT eDVBServicePlay::setTrickmode(int trick) RESULT eDVBServicePlay::isCurrentlySeekable() { - return m_is_pvr || m_timeshift_active ? 3 : 0; // fast forward/backward possible and seeking possible + return m_is_pvr || m_timeshift_active; } RESULT eDVBServicePlay::frontendInfo(ePtr<iFrontendInformation> &ptr) |
