summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 6caabbfe75..e05b723a01 100644
--- a/options/options.h
+++ b/options/options.h
@@ -397,7 +397,7 @@ struct dvd_opts {
};
struct filter_opts {
- bool deinterlace;
+ int deinterlace;
};
extern const struct m_sub_options vo_sub_opts;