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:30 +0100 |
| commit | 1065f334c0d8ff190e123944108c64c992edb46b (patch) | |
| tree | bcae8d71a0df3baa375ee86532c7c8fbaa7ecc49 /lib/dvb | |
| parent | a490598c06c5867d329ab629d7543740d125fd91 (diff) | |
| download | enigma2-1065f334c0d8ff190e123944108c64c992edb46b.tar.gz enigma2-1065f334c0d8ff190e123944108c64c992edb46b.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)"); |
