summaryrefslogtreecommitdiffstats
path: root/libvo/old_vo_defines.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 /libvo/old_vo_defines.h
parenteaab1ce896adbcb58e6503ea2dcf789d99bd29f5 (diff)
downloadmpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.bz2
mpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.xz
Move vo_dbpp to options struct
Diffstat (limited to 'libvo/old_vo_defines.h')
-rw-r--r--libvo/old_vo_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/old_vo_defines.h b/libvo/old_vo_defines.h
index b4003937b6..a8231b970a 100644
--- a/libvo/old_vo_defines.h
+++ b/libvo/old_vo_defines.h
@@ -14,5 +14,5 @@
#define vo_dy global_vo->dy
#define vo_dwidth global_vo->dwidth
#define vo_dheight global_vo->dheight
-
+#define vo_dbpp global_vo->opts->vo_dbpp
#endif