From a7931e241eccc3156b3b482d55943ba138d32319 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 25 Feb 2024 02:53:56 +0300 Subject: [PATCH] [PR #2176] xv: change FOURCC_RGBA32 to AMD one PR: https://github.com/X11Libre/xserver/pull/2176 --- include/fourcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fourcc.h b/include/fourcc.h index 83e51a888..97885e573 100644 --- a/include/fourcc.h +++ b/include/fourcc.h @@ -176,7 +176,7 @@ XvTopToBottom \ } -#define FOURCC_RGBA32 0x34325241 +#define FOURCC_RGBA32 0x41424752 #define XVIMAGE_RGB32 \ { \ FOURCC_RGBA32, \