ct_video: silence warning on const char in XvAttributeRec

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-31 17:03:41 +01:00
parent 563d91629c
commit 86f2e43e7a

View File

@@ -103,7 +103,7 @@ static XF86VideoFormatRec Formats[NUM_FORMATS] =
static XF86AttributeRec Attributes[NUM_ATTRIBUTES] =
{
{XvSettable | XvGettable, 0, (1 << 24) - 1, "XV_COLORKEY"}
{XvSettable | XvGettable, 0, (1 << 24) - 1, (char*)"XV_COLORKEY"}
};
#define NUM_IMAGES 4