Fix incorrect apply() return value for legacy DRM clients

This commit is contained in:
Cameron Gutman
2026-05-16 16:09:57 -05:00
parent 1eb76bbdb0
commit b33a252739
+1 -1
View File
@@ -588,7 +588,7 @@ class DrmRenderer : public IFFmpegRenderer {
bool apply() {
if (!m_Atomic) {
return 0;
return true;
}
drmModeAtomicReqPtr req = nullptr;