mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
COsdHelpers: Add function setVideoSystem()
This commit is contained in:
@@ -2995,12 +2995,12 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
||||
|
||||
if (!frameBufferInitialized) {
|
||||
coh->resetOsdResolution(videoSystem);
|
||||
videoDecoder->SetVideoSystem(videoSystem, false);
|
||||
coh->setVideoSystem(videoSystem, false);
|
||||
return messages_return::handled;
|
||||
}
|
||||
|
||||
coh->resetOsdResolution(videoSystem);
|
||||
videoDecoder->SetVideoSystem(videoSystem, false);
|
||||
coh->setVideoSystem(videoSystem, false);
|
||||
coh->changeOsdResolution(0, true, true);
|
||||
return messages_return::handled;
|
||||
}
|
||||
|
Reference in New Issue
Block a user