mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user