mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
fix another merge error vol.2
Origin commit data
------------------
Commit: ee3599ea6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- fix another merge error vol.2
This commit is contained in:
@@ -2855,27 +2855,6 @@ void CMoviePlayerGui::StopSubtitles(bool enable_glcd_mirroring __attribute__((un
|
||||
#endif
|
||||
}
|
||||
|
||||
void CMoviePlayerGui::StopSubtitles(bool enable_glcd_mirroring __attribute__((unused)))
|
||||
{
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE
|
||||
printf("[CMoviePlayerGui] %s\n", __FUNCTION__);
|
||||
int ttx, ttxpid, ttxpage;
|
||||
|
||||
int current_sub = playback->GetSubtitlePid();
|
||||
if (current_sub > -1)
|
||||
dvbsub_pause();
|
||||
tuxtx_subtitle_running(&ttxpid, &ttxpage, &ttx);
|
||||
if (ttx) {
|
||||
tuxtx_pause_subtitle(true);
|
||||
frameBuffer->paintBackground();
|
||||
}
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
if (enable_glcd_mirroring)
|
||||
nGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
void CMoviePlayerGui::showHelp()
|
||||
{
|
||||
Helpbox helpbox(g_Locale->getText(LOCALE_MESSAGEBOX_INFO));
|
||||
|
Reference in New Issue
Block a user