mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- neutrino: reset videodecoder at startup
Conflicts: src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -3087,8 +3087,12 @@ TIMER_START();
|
||||
g_videoSettings = new CVideoSettings;
|
||||
g_videoSettings->setVideoSettings();
|
||||
|
||||
// show start logo
|
||||
startlogo = frameBuffer->showFrame("start.jpg");
|
||||
// reset videodecoder to fullscreen
|
||||
videoDecoder->Pig(-1, -1, -1, -1);
|
||||
|
||||
// show startlogo
|
||||
if (startlogo)
|
||||
startlogo = frameBuffer->showFrame("start.jpg");
|
||||
|
||||
g_RCInput = new CRCInput();
|
||||
|
||||
|
Reference in New Issue
Block a user