From d769b294ef82d4c35a530b22ed5ec585e3c2b13f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 29 Jan 2023 20:23:20 +0100 Subject: [PATCH] - aio-grab: disable auto pips detection in 0002-screenshots-for-pip-devices.patch --- .../aio-grab/patches/0002-screenshots-for-pip-devices.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/aio-grab/patches/0002-screenshots-for-pip-devices.patch b/package/aio-grab/patches/0002-screenshots-for-pip-devices.patch index 7742cd8c..190ba315 100644 --- a/package/aio-grab/patches/0002-screenshots-for-pip-devices.patch +++ b/package/aio-grab/patches/0002-screenshots-for-pip-devices.patch @@ -105,10 +105,11 @@ } } if (optind < argc) // filename -@@ -699,7 +739,24 @@ +@@ -699,7 +739,26 @@ if (stb_type == VULCAN || stb_type == PALLAS) mallocsize=720*576; ++ /* + if (pips == 0) + { + for (int p=1; p < 4; p++) @@ -119,6 +120,7 @@ + pips = p; + } + } ++ */ + video = (unsigned char *)malloc(mallocsize*3); + if (pips > 0)