From 60d9ceb7a84005ebe9e75c8643076b53e517c897 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Tue, 19 Aug 2025 20:41:31 +0600 Subject: [PATCH] Use "chroma-keying" as the description for now --- src/video/vid_s3_virge.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video/vid_s3_virge.c b/src/video/vid_s3_virge.c index bee56ffca..1291b9d59 100644 --- a/src/video/vid_s3_virge.c +++ b/src/video/vid_s3_virge.c @@ -5683,7 +5683,7 @@ static const device_config_t s3_virge_config[] = { }, { .name = "colorkey", - .description = "Video color-keying", + .description = "Video chroma-keying", .type = CONFIG_BINARY, .default_string = NULL, .default_int = 1, @@ -5735,7 +5735,7 @@ static const device_config_t s3_virge_stb_config[] = { }, { .name = "colorkey", - .description = "Video color-keying", + .description = "Video chroma-keying", .type = CONFIG_BINARY, .default_string = NULL, .default_int = 1, @@ -5772,7 +5772,7 @@ static const device_config_t s3_virge_357_config[] = { }, { .name = "colorkey", - .description = "Video color-keying", + .description = "Video chroma-keying", .type = CONFIG_BINARY, .default_string = NULL, .default_int = 1, @@ -5825,7 +5825,7 @@ static const device_config_t s3_trio3d2x_config[] = { }, { .name = "colorkey", - .description = "Video color-keying", + .description = "Video chroma-keying", .type = CONFIG_BINARY, .default_string = NULL, .default_int = 1,