Skip to content

Commit

Permalink
e4hdultra: fix pip first start
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Oct 11, 2023
1 parent 258f1de commit a901e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/neutrino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2733,6 +2733,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);
}
Expand Down

0 comments on commit a901e61

Please sign in to comment.