small fix PiP

Origin commit data
------------------
Branch: master
Commit: 556a53008f
Author: TangoCash <eric@loxat.de>
Date: 2022-08-22 (Mon, 22 Aug 2022)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-08-22 14:48:36 +02:00
committed by vanhofen
parent 308a6c2b8b
commit aa27b3e92b

View File

@@ -963,6 +963,8 @@ void cVideo::ShowPig(int _x)
char buffer[64];
sprintf(buffer, "%d", _x);
proc_put(VMPEG_visible[devnum], buffer, strlen(buffer));
if (_x == 0)
Pig(0,0,0,0);
}
void cVideo::Pig(int x, int y, int w, int h, int osd_w, int osd_h, int startx, int starty, int endx, int endy)