e4hdultra: fix pip first start

Origin commit data
------------------
Commit: a901e61692
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
This commit is contained in:
BPanther
2024-01-02 00:43:08 +01:00
committed by Thilo Graf
parent c04e3e97a5
commit 480ca4b244

View File

@@ -3249,6 +3249,7 @@ TIMER_STOP("################################## after all #######################
if (g_info.hw_caps->can_pip)
{
CZapit::getInstance()->OpenPip(0);
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));
usleep(100);
CZapit::getInstance()->StopPip(0);
}