diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-07 09:21:43 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-07 09:21:43 +0200 |
| commit | ae92b1b1388261731850fd583bc3450251e10577 (patch) | |
| tree | a3478722ca3990922680274693e76bfbc0474193 /lib/service/servicedvb.cpp | |
| parent | 7b285223f46c6642ecd9bf09039cdd6ce789bac8 (diff) | |
| parent | c8eff39152f3dd35abcb7b8d31cbea34e20e8457 (diff) | |
| download | enigma2-ae92b1b1388261731850fd583bc3450251e10577.tar.gz enigma2-ae92b1b1388261731850fd583bc3450251e10577.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 4b762b99..60fb80ea 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1184,7 +1184,7 @@ RESULT eDVBServicePlay::setFastForward_internal(int ratio) return -1; if (ffratio == 0) - ; /* return m_decoder->play(); is done in caller*/ + return 0; /* return m_decoder->play(); is done in caller*/ else if (ffratio != 1) return m_decoder->setFastForward(ffratio); else @@ -1684,6 +1684,8 @@ int eDVBServicePlay::selectAudioStream(int i) eDebug("set audio pid failed"); return -4; } + + m_decoder->set(); /* if we are not in PVR mode, timeshift is not active and we are not in pip mode, check if we need to enable the rds reader */ if (!(m_is_pvr || m_timeshift_active || !m_is_primary)) |
