diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-11-07 17:45:26 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-11-07 17:45:26 +0100 |
| commit | bf172c73819b5c577d64afcf86c1eb8852a086a3 (patch) | |
| tree | a4dd939dbe8e90121d8c7da7323c55cd81097719 /lib/dvb/decoder.cpp | |
| parent | b7d638fdf094551e7ffbb88f4d8c262518e16b20 (diff) | |
| download | enigma2-bf172c73819b5c577d64afcf86c1eb8852a086a3.tar.gz enigma2-bf172c73819b5c577d64afcf86c1eb8852a086a3.zip | |
same fix for slowMotion
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 fb79f4aa..5fa59ed4 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -1082,6 +1082,7 @@ RESULT eTSMPEGDecoder::setSlowMotion(int repeat) m_is_sm = repeat != 0; setState(); + unfreeze(); // audio might be restarted and still in preroll (freezed) state. if (m_video) return m_video->setSlowMotion(repeat); |
