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, 1 insertions, 1 deletions
diff --git a/video/zimg.h b/video/zimg.h
index a4f1954402..be018ca167 100644
--- a/video/zimg.h
+++ b/video/zimg.h
@@ -19,7 +19,7 @@ struct zimg_opts {
int scaler_chroma;
double scaler_chroma_params[2];
int dither;
- int fast;
+ bool fast;
int threads;
};