e4hdultra: fix pip (first start)

Origin commit data
------------------
Commit: 7204baa85e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
This commit is contained in:
BPanther
2024-01-02 00:43:08 +01:00
committed by Thilo Graf
parent db29a13c55
commit 39ae9063a0
3 changed files with 26 additions and 0 deletions

View File

@@ -3245,6 +3245,15 @@ TIMER_STOP("################################## after all #######################
xmltv_xml_readepg();
xmltv_xml_auto_readepg();
#if ENABLE_PIP && BOXMODEL_E4HDULTRA
if (g_info.hw_caps->can_pip)
{
CZapit::getInstance()->OpenPip(0);
usleep(100);
CZapit::getInstance()->StopPip(0);
}
#endif
RealRun();
ExitRun(g_info.hw_caps->can_shutdown);