summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-05-01 11:14:29 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-05-01 11:14:29 +0300
commit1d1ddcb5931150c9cce405f1e39157195749bc00 (patch)
treea5d42ed53c285ad484feefd43a9c59922f310af5 /options.h
parentc172b5355f2a0fa008fd5187ce323fb9676871b3 (diff)
downloadmpv-1d1ddcb5931150c9cce405f1e39157195749bc00.tar.bz2
mpv-1d1ddcb5931150c9cce405f1e39157195749bc00.tar.xz
Move aspect.c options to option struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index cfb6473f3e..e03e719c8a 100644
--- a/options.h
+++ b/options.h
@@ -10,9 +10,12 @@ typedef struct MPOpts {
int screen_size_y;
int vo_screenwidth;
int vo_screenheight;
+ float force_monitor_aspect;
+ float monitor_pixel_aspect;
int vidmode;
int fullscreen;
int vo_dbpp;
+ float vo_panscanrange;
// ranges -100 - 100, 1000 if the vo default should be used
int vo_gamma_gamma;