summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:54:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 18:54:22 +0000
commitebf6cc4c1a846744195cedd8b513ddc3e82da338 (patch)
treed9b508c8ccdb082e2e4339c575cef52c5855fc5b /cfg-mplayer.h
parenta000194a10272f9215afdcec386b70363868dc4e (diff)
downloadmpv-ebf6cc4c1a846744195cedd8b513ddc3e82da338.tar.bz2
mpv-ebf6cc4c1a846744195cedd8b513ddc3e82da338.tar.xz
some mpcodecs option declaration moved to cfg-*, as aren;t used by
mencoder/mplayer core git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7452 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2624797c3b..5f39883d42 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -59,6 +59,11 @@ extern int vo_gamma_saturation;
extern int vo_gamma_contrast;
extern int vo_gamma_hue;
+extern int opt_screen_size_x;
+extern int opt_screen_size_y;
+extern int fullscreen;
+extern int vidmode;
+
#ifdef USE_OSD
extern int osd_level;
#endif