summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 47e3cf1556..2aff1742b1 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -313,6 +313,8 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
XGetGeometry(mDisplay, vo_window, &mRoot,
&drwX, &drwY, &vo_dwidth, &vo_dheight,
&drwBorderWidth, &drwDepth);
+ if (vo_dwidth <= 0) vo_dwidth = d_width;
+ if (vo_dheight <= 0) vo_dheight = d_height;
drwX = drwY = 0; // coordinates need to be local to the window
aspect_save_prescale(vo_dwidth, vo_dheight);
} else