From 4c21ad1f55c31596c32eb006b4d91fe0d036f466 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Nov 2012 21:27:34 +0100 Subject: sws_utils: remove unused helper sws_getContextFromCmdLine_hq() was used by the screenshot code, which now uses mp_image_swscale(). Also move the mp_sws_set_colorspace() declaration from sws_utils.h to vf_scale.c. --- video/sws_utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video/sws_utils.h') diff --git a/video/sws_utils.h b/video/sws_utils.h index a0cc47d850..d9e22d763b 100644 --- a/video/sws_utils.h +++ b/video/sws_utils.h @@ -17,11 +17,6 @@ void sws_getFlagsAndFilterFromCmdLine(int *flags, SwsFilter **srcFilterParam, struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat); -struct SwsContext *sws_getContextFromCmdLine_hq(int srcW, int srcH, - int srcFormat, int dstW, - int dstH, - int dstFormat); -int mp_sws_set_colorspace(struct SwsContext *sws, struct mp_csp_details *csp); bool mp_sws_supported_format(int imgfmt); -- cgit v1.2.3