diff options
Diffstat (limited to 'lib/dvb/decoder.cpp')
| -rw-r--r-- | lib/dvb/decoder.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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; |
