diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-07 19:05:10 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-07 19:05:10 +0200 |
| commit | b93d21dffe7e87a6fb69d34c571a7f6ccb4f4baf (patch) | |
| tree | fa55342a5ba399033390ff29df6d402c28928c67 /lib/service/servicedvb.cpp | |
| parent | ae92b1b1388261731850fd583bc3450251e10577 (diff) | |
| download | enigma2-b93d21dffe7e87a6fb69d34c571a7f6ccb4f4baf.tar.gz enigma2-b93d21dffe7e87a6fb69d34c571a7f6ccb4f4baf.zip | |
Revert "fix audio pid set"
This reverts commit 8dee6503eab837f0f1c0d2713f434c878dd63d08.
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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)) |
