decoder.cpp: remove flush in audio stop request.. when its realy needed it should...
authorghost <andreas.monzner@multimedia-labs.de>
Sat, 14 Nov 2009 13:53:30 +0000 (14:53 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Sat, 14 Nov 2009 13:55:19 +0000 (14:55 +0100)
lib/dvb/decoder.cpp

index 0935069..ef8dadc 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)");