summaryrefslogtreecommitdiffstats
path: root/libavcodec/swscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/swscale.h')
-rw-r--r--libavcodec/swscale.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/swscale.h b/libavcodec/swscale.h
index 39ac0f1..5d13f90 100644
--- a/libavcodec/swscale.h
+++ b/libavcodec/swscale.h
@@ -29,10 +29,4 @@ int sws_scale(struct SwsContext *ctx, uint8_t* src[], int srcStride[],
void sws_freeContext(struct SwsContext *swsContext);
-static inline void sws_global_init(void *(*alloc)(unsigned int size),
- void (*free)(void *ptr),
- void (*log)(void*, int level, const char *fmt, ...))
-{
-}
-
#endif /* SWSCALE_EMU_H */
OpenPOWER on IntegriCloud