mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
small fix PiP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 616fcf894f
Author: TangoCash <eric@loxat.de>
Date: 2022-08-22 (Mon, 22 Aug 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4927,6 +4927,7 @@ void CNeutrinoApp::tvMode( bool rezap )
|
||||
pipVideoDecoder[0]->Pig(g_settings.pip_x, g_settings.pip_y,
|
||||
g_settings.pip_width, g_settings.pip_height,
|
||||
frameBuffer->getScreenWidth(true), frameBuffer->getScreenHeight(true));
|
||||
pipVideoDecoder[0]->ShowPig(0);
|
||||
}
|
||||
#endif
|
||||
#if 0
|
||||
@@ -5211,6 +5212,7 @@ void CNeutrinoApp::radioMode( bool rezap)
|
||||
pipVideoDecoder[0]->Pig(g_settings.pip_radio_x, g_settings.pip_radio_y,
|
||||
g_settings.pip_radio_width, g_settings.pip_radio_height,
|
||||
frameBuffer->getScreenWidth(true), frameBuffer->getScreenHeight(true));
|
||||
pipVideoDecoder[0]->ShowPig(0);
|
||||
}
|
||||
#endif
|
||||
CRecordManager::getInstance()->StopAutoRecord();
|
||||
|
Reference in New Issue
Block a user