summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 15:06:04 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 15:06:04 +0000
commite403e9fe9c1b0740f6423d0ed95554294fde5076 (patch)
tree0f1e2060a400ff7e9f180aabd9be648be852b3be /libvo/video_out.c
parent54b4b5ffe092df9063ee3fc67a6a7f341e1f2f79 (diff)
downloadmpv-e403e9fe9c1b0740f6423d0ed95554294fde5076.tar.bz2
mpv-e403e9fe9c1b0740f6423d0ed95554294fde5076.tar.xz
add vsync support for doublebuffering to vo_vesa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 1235c37321..a7835d2e5f 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -41,6 +41,7 @@ int vo_dwidth=0;
int vo_dheight=0;
int vo_dbpp=0;
int vo_doublebuffering = 0;
+int vo_vsync = 0;
int vo_fsmode = 0;
int vo_pts=0; // for hw decoding