summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libswscale/swscale.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 0be1c7bd5c..2d36475cae 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -2821,9 +2821,6 @@ int sws_scale(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
}
#if LIBSWSCALE_VERSION_MAJOR < 1
-/**
- * swscale wrapper, so we don't need to export the SwsContext.
- */
int sws_scale_ordered(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
int srcSliceH, uint8_t* dst[], int dstStride[]){
return sws_scale(c, src, srcStride, srcSliceY, srcSliceH, dst, dstStride);