decoder.cpp: remove flush in audio stop request.. when its realy needed it should...
[vuplus_dvbapp] / lib / dvb / decoder.cpp
index 90bf19e..710cc42 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)");