From e3349069634fb3ff9e88a0d7b1787d95b0bac71c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 23 Aug 2022 22:29:31 +0200 Subject: [PATCH] Revert "small fix PiP" This reverts commit aa27b3e92bfe18be1e145508cd901c1d8aa62710. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/fbdc989420f0919ff96073efebdb11716151cba8 Author: vanhofen Date: 2022-08-23 (Tue, 23 Aug 2022) ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index 54c9d22..421a161 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -963,8 +963,6 @@ 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)