diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 697ca6ef3..a5016c93b 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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();