Revert "small fix PiP"

This reverts commit aa27b3e92b.


Origin commit data
------------------
Branch: master
Commit: fbdc989420
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-08-23 (Tue, 23 Aug 2022)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-08-23 22:29:31 +02:00
parent aa27b3e92b
commit e334906963

View File

@@ -963,8 +963,6 @@ void cVideo::ShowPig(int _x)
char buffer[64]; char buffer[64];
sprintf(buffer, "%d", _x); sprintf(buffer, "%d", _x);
proc_put(VMPEG_visible[devnum], buffer, strlen(buffer)); 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) 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)