summaryrefslogtreecommitdiffstats
path: root/video/out/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu')
-rw-r--r--video/out/gpu/ra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/gpu/ra.c b/video/out/gpu/ra.c
index 45abf5cba3..c4d3b53284 100644
--- a/video/out/gpu/ra.c
+++ b/video/out/gpu/ra.c
@@ -309,8 +309,8 @@ bool ra_get_imgfmt_desc(struct ra *ra, int imgfmt, struct ra_imgfmt_desc *out)
return false;
ctype = res.planes[n]->ctype;
}
- res.chroma_w = regfmt.chroma_w;
- res.chroma_h = regfmt.chroma_h;
+ res.chroma_w = 1 << regfmt.chroma_xs;
+ res.chroma_h = 1 << regfmt.chroma_ys;
goto supported;
}