summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-12 12:21:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-12 12:21:07 +0000
commitb39cfa205fdb83608bebf1eec78d9c54d5bef226 (patch)
tree371980e8ed34e3e448123cbe007a88aee7905fb0 /libvo
parent9dd9d9a79134117555d6153fe199457d0e7ccdc3 (diff)
downloadmpv-b39cfa205fdb83608bebf1eec78d9c54d5bef226.tar.bz2
mpv-b39cfa205fdb83608bebf1eec78d9c54d5bef226.tar.xz
Declare all vo_gamma variables in libvo/video_out.h and remove them from
mp_core.h to avoid some redundant redeclaration warnings. patch by Gábor Mizda, gabrov freemail hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24047 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index eb1e6fe13f..7bfc2e0bb7 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -220,6 +220,7 @@ extern int vo_rootwin;
extern int vo_ontop;
extern int vo_border;
+extern int vo_gamma_gamma;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;
extern int vo_gamma_contrast;