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.h6
1 files changed, 0 insertions, 6 deletions
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,