summaryrefslogtreecommitdiff
path: root/src/radeon_textured_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_textured_video.c')
-rw-r--r--src/radeon_textured_video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c
index 7396f6f0..2e5d7637 100644
--- a/src/radeon_textured_video.c
+++ b/src/radeon_textured_video.c
@@ -863,6 +863,9 @@ RADEONSetupImageTexturedVideo(ScreenPtr pScreen)
if (IS_R500_3D || IS_R300_3D)
radeon_load_bicubic_texture(pScrn);
+ info->xv_max_width = adapt->pEncodings->width;
+ info->xv_max_height = adapt->pEncodings->height;
+
return adapt;
}