summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-18 13:45:48 +0200
committerwm4 <wm4@nowhere>2013-07-18 13:45:48 +0200
commit4fd06a78aecf6b52ae28170cfa05ba0d36e75265 (patch)
treea0510b2ac475c000c99a715cef768b62973d96e8 /video/sws_utils.h
parentde61561deb4689d43ef1c95365e5d2829480efce (diff)
downloadmpv-4fd06a78aecf6b52ae28170cfa05ba0d36e75265.tar.bz2
mpv-4fd06a78aecf6b52ae28170cfa05ba0d36e75265.tar.xz
sws_utils: remove some old code
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,