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.h5
1 files changed, 0 insertions, 5 deletions
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);