aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-02-13 14:45:58 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-02-13 14:45:58 +0100
commiteccbf5ccedceaf21d4d2557e5ef12ef9a53930ca (patch)
tree83dd7bbe47390842d939a6af309c872d83e31ee5 /lib/service/servicedvb.cpp
parentc178c52d01ede2b9c474fd4a3677acdecf18f0c6 (diff)
downloadenigma2-eccbf5ccedceaf21d4d2557e5ef12ef9a53930ca.tar.gz
enigma2-eccbf5ccedceaf21d4d2557e5ef12ef9a53930ca.zip
decoder_play is already called in caller
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 8a609095..81157ae5 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1183,7 +1183,7 @@ RESULT eDVBServicePlay::setFastForward_internal(int ratio)
return -1;
if (ffratio == 0)
- return m_decoder->play();
+ ; /* return m_decoder->play(); is done in caller*/
else if (ffratio != 1)
return m_decoder->setFastForward(ffratio);
else