diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-06-19 22:59:49 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-06-19 22:59:49 +0000 |
| commit | 995df2f7defa232bc70b6236be6924c25e761539 (patch) | |
| tree | 438f9ca2492681cbf6e1116407de334e6cd7a21a /lib/dvb/decoder.cpp | |
| parent | a36d71485cec16ba09beb5c267a4467d0f10bb1f (diff) | |
| download | enigma2-995df2f7defa232bc70b6236be6924c25e761539.tar.gz enigma2-995df2f7defa232bc70b6236be6924c25e761539.zip | |
workaround: flush on AUDIO_STOP
Diffstat (limited to 'lib/dvb/decoder.cpp')
| -rw-r--r-- | lib/dvb/decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index b9c9533a..2b8e4b8b 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -108,6 +108,7 @@ int eDVBAudio::startPid(int pid, int type) void eDVBAudio::stop() { + flush(); if (::ioctl(m_fd, AUDIO_STOP) < 0) eWarning("audio: AUDIO_STOP: %m"); #if HAVE_DVB_API_VERSION > 2 |
