We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bd8a0 commit e2fa9aeCopy full SHA for e2fa9ae
mythtv/libs/libmythtv/subtitlescreen.cpp
@@ -207,7 +207,7 @@ void SubtitleScreen::DisplayAVSubtitles(void)
207
208
AVSubtitles* subs = m_subreader->GetAVSubtitles();
209
QMutexLocker lock(&(subs->lock));
210
- if (subs->buffers.empty())
+ if (subs->buffers.empty() && (kDisplayAVSubtitle != m_subtitleType))
211
return;
212
213
VideoOutput *videoOut = m_player->GetVideoOutput();
0 commit comments