summaryrefslogtreecommitdiffstats
path: root/video/zimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/zimg.h')
-rw-r--r--video/zimg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/zimg.h b/video/zimg.h
index ef2aeaa112..4c1a25ca7d 100644
--- a/video/zimg.h
+++ b/video/zimg.h
@@ -22,6 +22,8 @@ struct zimg_opts {
int fast;
};
+extern const struct zimg_opts zimg_opts_defaults;
+
struct mp_zimg_context {
// Can be set for verbose error printing.
struct mp_log *log;