summaryrefslogtreecommitdiffstats
path: root/libvo/gl_osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_osd.h')
-rw-r--r--libvo/gl_osd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_osd.h b/libvo/gl_osd.h
index baebc3311c..9bbf6ad785 100644
--- a/libvo/gl_osd.h
+++ b/libvo/gl_osd.h
@@ -21,6 +21,7 @@ struct mpgl_osd_part {
struct mpgl_osd {
GL *gl;
bool use_pbo;
+ bool scaled;
struct mpgl_osd_part *parts[MAX_OSD_PARTS];
const struct osd_fmt_entry *fmt_table;
void *scratch;