neutrino: reset videodecoder at startup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b6831f448
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-21 (Thu, 21 Oct 2021)

Origin message was:
------------------
- neutrino: reset videodecoder at startup

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-21 22:35:06 +02:00
parent 14405e8cdf
commit ac007573f0

View File

@@ -3134,7 +3134,10 @@ TIMER_START();
g_videoSettings = new CVideoSettings;
g_videoSettings->setVideoSettings();
// show startlogo
// reset videodecoder to fullscreen
videoDecoder->Pig(-1, -1, -1, -1);
// show startlogo
if (startlogo)
startlogo = frameBuffer->showFrame("start.jpg");