Merge pull request #5993 from Cacodemon345/patch-259539

Use "chroma-keying" as the description for now
This commit is contained in:
Miran Grča
2025-08-19 16:53:45 +02:00
committed by GitHub

View File

@@ -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,