- movieplayer: try to fix lua-playlist playback; ...

there seems an issue in libstb-hal when a background-picture is
displayed before video playback is started.

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-12-20 10:55:33 +01:00
committed by Thilo Graf
parent 50c93536f8
commit da03132009

View File

@@ -1304,13 +1304,8 @@ bool CMoviePlayerGui::PlayFileStart(void)
pthread_create(&thrStartHint, NULL, CMoviePlayerGui::ShowStartHint, this);
}
if (filefilter_audio.matchFilter(file_name))
{
if (is_audio_playing)
frameBuffer->showFrame("mp3.jpg");
is_audio_playing = true;
}
else
is_audio_playing = false;
bool res = playback->Start((char *) file_name.c_str(), vpid, vtype, currentapid, currentac3, duration);