summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-13 16:48:52 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-13 16:48:52 +0000
commit2810b67b3523ade20e841066205722a9c9e34963 (patch)
tree304f6c23a4dcbfef8d3be7ce8d58302648245fe8 /libvo/video_out.h
parent89af98f42bd820caeed3b26e92faf97257d49e89 (diff)
downloadmpv-2810b67b3523ade20e841066205722a9c9e34963.tar.bz2
mpv-2810b67b3523ade20e841066205722a9c9e34963.tar.xz
move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12022 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index c4a476c5d0..3f5dbc9124 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -196,6 +196,8 @@ extern int vo_vsync;
extern int vo_fs;
extern int vo_fsmode;
extern float vo_panscan;
+extern int vo_adapter_num;
+extern int vo_refresh_rate;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;