diff --git a/include/hardware_caps.h b/include/hardware_caps.h index d60a4f9..d7511be 100644 --- a/include/hardware_caps.h +++ b/include/hardware_caps.h @@ -54,6 +54,7 @@ typedef struct hw_caps char boxarch[64]; int boxtype; int has_CI; + int can_FBC; } hw_caps_t; hw_caps_t *get_hwcaps(void); diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 7ebcc39..9fa0aa7 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -81,6 +81,7 @@ hw_caps_t *get_hwcaps(void) strcpy(caps.boxvendor, "VU+"); strcpy(caps.boxname, "DUO4K"); strcpy(caps.boxarch, "BCM7278"); + caps.can_FBC=2; #endif #if BOXMODEL_VUDUO4KSE caps.has_CI = 2;