From aa27b3e92bfe18be1e145508cd901c1d8aa62710 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Mon, 22 Aug 2022 14:48:36 +0200 Subject: [PATCH] small fix PiP Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/556a53008fafcbc9b4f9767a963f76389e409465 Author: TangoCash Date: 2022-08-22 (Mon, 22 Aug 2022) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index 421a161..54c9d22 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -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)