From: ghost Date: Sat, 14 Nov 2009 13:53:30 +0000 (+0100) Subject: decoder.cpp: remove flush in audio stop request.. when its realy needed it should... X-Git-Tag: 2.6.1~18 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5607b07c7bc261605a984d103ae5d7132bdd5cf0?hp=-c;ds=sidebyside decoder.cpp: remove flush in audio stop request.. when its realy needed it should be done in driver... --- 5607b07c7bc261605a984d103ae5d7132bdd5cf0 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)");