decoder.cpp: remove flush in audio stop request.. when its realy needed it should...
[enigma2.git] / lib / dvb / decoder.cpp
index 90bf19e1d68aa72d93f17ec8077a03482b2f3b30..710cc421ec59a6a476249c8bd6917df35639e7fc 100644 (file)
@@ -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)");