[PR #810] Xext: disable Xv and XvMC extension by default

PR: https://github.com/X11Libre/xserver/pull/810
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-26 11:20:10 +02:00
parent feb50d2293
commit 3028b6449c

View File

@@ -116,7 +116,7 @@ typedef struct _XvVideoNotifyRec {
static DevPrivateKeyRec XvScreenKeyRec;
Bool noXvExtension = FALSE;
Bool noXvExtension = TRUE;
static x_server_generation_t XvExtensionGeneration = 0;
static x_server_generation_t XvScreenGeneration = 0;