summaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-14 13:53:30 (GMT)
committerghost <andreas.monzner@multimedia-labs.de>2009-11-14 13:53:30 (GMT)
commit1065f334c0d8ff190e123944108c64c992edb46b (patch)
treebcae8d71a0df3baa375ee86532c7c8fbaa7ecc49 /lib/dvb/decoder.cpp
parenta490598c06c5867d329ab629d7543740d125fd91 (diff)
decoder.cpp: remove flush in audio stop request.. when its realy needed it should be done in driver...
Diffstat (limited to 'lib/dvb/decoder.cpp')
-rw-r--r--lib/dvb/decoder.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp
index 90bf19e..710cc42 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)");