summaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-05-30 08:29:17 (GMT)
committerghost <andreas.monzner@multimedia-labs.de>2009-05-30 08:29:17 (GMT)
commit4473e525fbf8c75523b5234f93e80b7269e55a8e (patch)
treea9c982d5f99eca894a76cb777df934abbda5daf2 /lib/dvb/decoder.cpp
parent23876b6f15422655b8c180682b10a09302444bef (diff)
decoder.cpp: fix audio pause
Diffstat (limited to 'lib/dvb/decoder.cpp')
-rw-r--r--lib/dvb/decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp
index 6845602..374d310 100644
--- a/lib/dvb/decoder.cpp
+++ b/lib/dvb/decoder.cpp
@@ -863,7 +863,7 @@ int eTSMPEGDecoder::setState()
const char *decoder_states[] = {"stop", "pause", "play", "decoderfastforward", "trickmode", "slowmotion"};
eDebug("decoder state: %s, vpid=%d, apid=%d", decoder_states[m_state], m_vpid, m_apid);
- bool changed = m_changed;
+ int changed = m_changed;
#if HAVE_DVB_API_VERSION < 3
bool checkAVSync = m_changed & (changeAudio|changeVideo|changePCR);
if (m_changed & changeAudio && m_audio)