aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-14 14:53:30 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-14 14:55:19 +0100
commit5eaa358e8324f2a4f9440b84bdfad72749a4a379 (patch)
tree000aa4561341a8b36c3710fa905fe5a0c257b042 /lib/dvb/decoder.cpp
parentea94103d6d26282e98846e54122b04792c2c90fd (diff)
downloadenigma2-5eaa358e8324f2a4f9440b84bdfad72749a4a379.tar.gz
enigma2-5eaa358e8324f2a4f9440b84bdfad72749a4a379.zip
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 09350698..ef8dadc3 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)");