From: ghost Date: Tue, 7 Apr 2009 17:05:10 +0000 (+0200) Subject: Revert "fix audio pid set" X-Git-Tag: 2.6.0~336^2~16 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b93d21dffe7e87a6fb69d34c571a7f6ccb4f4baf Revert "fix audio pid set" This reverts commit 8dee6503eab837f0f1c0d2713f434c878dd63d08. --- diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 60fb80ea..4b762b99 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 0; /* return m_decoder->play(); is done in caller*/ + ; /* return m_decoder->play(); is done in caller*/ else if (ffratio != 1) return m_decoder->setFastForward(ffratio); else @@ -1684,8 +1684,6 @@ 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))