summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/vdpau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/vdpau.c b/video/vdpau.c
index 4ff3d6905a..2fd75a2970 100644
--- a/video/vdpau.c
+++ b/video/vdpau.c
@@ -70,7 +70,7 @@ static struct mp_image *download_image(struct mp_hwdec_ctx *hwctx,
mpi, &in) < 0)
goto error;
- res = mp_image_pool_get(swpool, IMGFMT_BGR32, ctx->getimg_w, ctx->getimg_h);
+ res = mp_image_pool_get(swpool, IMGFMT_BGR0, ctx->getimg_w, ctx->getimg_h);
if (!res)
goto error;