Skip to content

Commit

Permalink
[eTSMPEGDecoder]
Browse files Browse the repository at this point in the history
* stop tuxtext cache on pause
  • Loading branch information
jbleyel committed Sep 3, 2024
1 parent 7c345ca commit 84d7b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvb/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ int eTSMPEGDecoder::setState()
m_audio->stop();
m_audio = 0;
}
if (m_changed & changeText)
if ((m_changed & changeText) || m_state == 1)
{
if (m_text)
{
Expand Down

0 comments on commit 84d7b6d

Please sign in to comment.