From b606a6ce1a94017ee6519d884661ef828878226a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Jul 2013 13:48:57 +0200 Subject: sws_utils: make hq swscale flags available with mp_sws_hq_flags No need to duplicate this on the call-site. --- video/sws_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/sws_utils.h') 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, -- cgit v1.2.3