mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
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:
@@ -3249,6 +3249,7 @@ TIMER_STOP("################################## after all #######################
|
|||||||
if (g_info.hw_caps->can_pip)
|
if (g_info.hw_caps->can_pip)
|
||||||
{
|
{
|
||||||
CZapit::getInstance()->OpenPip(0);
|
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);
|
usleep(100);
|
||||||
CZapit::getInstance()->StopPip(0);
|
CZapit::getInstance()->StopPip(0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user