diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-23 12:41:28 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-23 12:41:28 +0200 |
commit | f9e93467b272f6a1b3b57628273891194227b2e3 (patch) | |
tree | dbe204870ca0f4f74dd559964b087bcb8dd3f692 /include/pipewire_video.h | |
parent | 7d7f986668a6cc45361fa07cc5887d69e1ebfc00 (diff) |
Pipewire: fix transparent windows having incorrect color (disable RGBA video formats)
Diffstat (limited to 'include/pipewire_video.h')
-rw-r--r-- | include/pipewire_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pipewire_video.h b/include/pipewire_video.h index b593630..785f56f 100644 --- a/include/pipewire_video.h +++ b/include/pipewire_video.h @@ -9,7 +9,7 @@ #include <spa/param/video/format.h> #define GSR_PIPEWIRE_VIDEO_MAX_MODIFIERS 1024 -#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 12 +#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 6 #define GSR_PIPEWIRE_VIDEO_DMABUF_MAX_PLANES 4 typedef struct gsr_egl gsr_egl; |