diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-14 14:53:30 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-14 14:53:56 +0100 |
| commit | 5607b07c7bc261605a984d103ae5d7132bdd5cf0 (patch) | |
| tree | 205f829c07d0f6c787250022c099e86589ea1c2f /lib/dvb | |
| parent | ae74d5cc79dc30b8b496b2645b836e0dd9c98267 (diff) | |
| download | enigma2-5607b07c7bc261605a984d103ae5d7132bdd5cf0.tar.gz enigma2-5607b07c7bc261605a984d103ae5d7132bdd5cf0.zip | |
decoder.cpp: remove flush in audio stop request.. when its realy needed it should be done in driver...
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/decoder.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 90bf19e1..710cc421 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -222,9 +222,6 @@ int eDVBAudio::startPid(int pid, int type) void eDVBAudio::stop() { -#if HAVE_DVB_API_VERSION > 2 - flush(); -#endif eDebugNoNewLine("AUDIO_STOP - "); if (::ioctl(m_fd, AUDIO_STOP) < 0) eDebug("failed (%m)"); |
