quadpip windows fix

Origin commit data
------------------
Branch: master
Commit: 0b9551bc3c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-15 14:54:57 +02:00
committed by vanhofen
parent 3652601ddd
commit e3eb0165c9
2 changed files with 2 additions and 6 deletions

View File

@@ -900,13 +900,9 @@ int cVideo::getBlank(void)
}
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
void cVideo::QuadPiP(bool active)
void cVideo::QuadPiP(bool active, int _x, int _y, int _w, int _h)
{
char buffer[64];
int _x = 0;
int _y = 0;
int _w = 360;
int _h = 288;
int _a = 1;
if (active) {
proc_put("/proc/stb/video/decodermode", "mosaic", strlen("mosaic"));