From 801be58bbec1c74275306e02096afac24f1e81e7 Mon Sep 17 00:00:00 2001 From: BPanther Date: Thu, 6 Apr 2023 13:03:21 +0200 Subject: [PATCH] vu4k: fcc disabled Signed-off-by: GetAway --- libarmbox/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/init.cpp b/libarmbox/init.cpp index bbdcca7..b2c3287 100644 --- a/libarmbox/init.cpp +++ b/libarmbox/init.cpp @@ -39,7 +39,7 @@ void hal_api_init() sprintf(buffer, "%x", 1); proc_put("/proc/stb/fb/dst_apply", buffer, strlen(buffer)); #if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K - sprintf(buffer, "%s", "enable"); + sprintf(buffer, "%s", "disable"); proc_put("/proc/stb/frontend/fbc/fcc", buffer, strlen(buffer)); proc_put("/proc/stb/video/decodermode", "normal", strlen("normal")); #endif