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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index cdf17587af..ca9f02bc47 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -44,8 +44,15 @@ int vo_dy=0;
int vo_dwidth=0;
int vo_dheight=0;
int vo_dbpp=0;
+
+int vo_old_x = 0;
+int vo_old_y = 0;
+int vo_old_width = 0;
+int vo_old_height = 0;
+
int vo_doublebuffering = 0;
int vo_vsync = 0;
+int vo_fs = 0;
int vo_fsmode = 0;
int vo_pts=0; // for hw decoding