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:
TangoCash
2022-08-22 14:48:15 +02:00
committed by vanhofen
parent ce1513ac0f
commit 29818d3f7d

View File

@@ -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();