summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 2898ee0e43..cdf17587af 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -39,6 +39,8 @@ int vo_screenwidth=0;
int vo_screenheight=0;
// requested resolution/bpp: (-x -y -bpp options)
+int vo_dx=0;
+int vo_dy=0;
int vo_dwidth=0;
int vo_dheight=0;
int vo_dbpp=0;