summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_hwdec_vaglx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_hwdec_vaglx.c b/video/out/gl_hwdec_vaglx.c
index 9e1030fe49..fae066442c 100644
--- a/video/out/gl_hwdec_vaglx.c
+++ b/video/out/gl_hwdec_vaglx.c
@@ -79,7 +79,7 @@ static int create(struct gl_hwdec *hw)
return -1;
}
hw->info->vaapi_ctx = p->ctx;
- hw->converted_imgfmt = IMGFMT_RGBA;
+ hw->converted_imgfmt = IMGFMT_RGB0;
return 0;
}