summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 12b5e51c5c..3abf0ed2f9 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -841,6 +841,8 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
image_height = height;
image_width = width;
+ vo_dwidth = d_width;
+ vo_dheight = d_height;
image_format = format;
int_pause = 0;