From 4fd06a78aecf6b52ae28170cfa05ba0d36e75265 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Jul 2013 13:45:48 +0200 Subject: sws_utils: remove some old code --- video/sws_utils.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video/sws_utils.h') diff --git a/video/sws_utils.h b/video/sws_utils.h index bef8e465ce..aa6828a35e 100644 --- a/video/sws_utils.h +++ b/video/sws_utils.h @@ -14,12 +14,6 @@ struct mp_csp_details; // Guaranteed to be a power of 2 and > 1. #define SWS_MIN_BYTE_ALIGN 16 -void sws_getFlagsAndFilterFromCmdLine(int *flags, SwsFilter **srcFilterParam, - SwsFilter **dstFilterParam); -struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, - int dstW, int dstH, - int dstFormat); - bool mp_sws_supported_format(int imgfmt); void mp_image_swscale(struct mp_image *dst, struct mp_image *src, -- cgit v1.2.3