summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 00:37:12 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:46:40 +0300
commitce76dfdd4ac46e955cc57c6f5c7ae98d8018abab (patch)
tree14523421fa502bb930d0209aa31c5c713aa4d382 /options.h
parenteaab1ce896adbcb58e6503ea2dcf789d99bd29f5 (diff)
downloadmpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.bz2
mpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.xz
Move vo_dbpp to options struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 2d6c8d48e4..aa6bb1eee8 100644
--- a/options.h
+++ b/options.h
@@ -6,6 +6,7 @@ typedef struct MPOpts {
char **audio_driver_list;
int fixed_vo;
int vo_ontop;
+ int vo_dbpp;
int correct_pts;
int user_correct_pts;
} MPOpts;