summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/sws_utils.h')
-rw-r--r--video/sws_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index f35cd626d1..07fc3c76b1 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -13,6 +13,8 @@ struct mp_csp_details;
// Guaranteed to be a power of 2 and > 1.
#define SWS_MIN_BYTE_ALIGN 16
+extern const int mp_sws_hq_flags;
+
bool mp_sws_supported_format(int imgfmt);
void mp_image_swscale(struct mp_image *dst, struct mp_image *src,