From: Felix Domke Date: Sun, 17 May 2009 20:42:08 +0000 (+0200) Subject: we shouldn't need this hack anymore X-Git-Tag: 2.6.0~313 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/af91ffbe45ff61ff09761d85dea1e0a17e0309ff we shouldn't need this hack anymore --- diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 30a80d10..82ade40d 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -1175,10 +1175,7 @@ RESULT eTSMPEGDecoder::play() { if (!m_changed) return 0; - } -// else -/* commented out because the changeState is needed to unfreeze decoders in decoder::setState... needed by normal pmt changes -tmbinc please recheck this! */ + } else { m_state = statePlay; m_changed |= changeState;