summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_xv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 9c2a826ca9..4f71e456ff 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -118,8 +118,8 @@ static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t
hint.x = 0;
hint.y = 0;
- hint.width = image_width;
- hint.height = image_height;
+ hint.width = d_width;
+ hint.height = d_height;
if ( fullscreen )
{
hint.width=vo_screenwidth;