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; }