changeset 3518:6bd323607d87 libavcodec

Remove sws_global_init() from swscaler emulation
author lucabe
date Thu, 27 Jul 2006 12:31:31 +0000
parents 84c509024ee9
children 5ef29058581e
files swscale.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/swscale.h	Wed Jul 26 01:12:26 2006 +0000
+++ b/swscale.h	Thu Jul 27 12:31:31 2006 +0000
@@ -29,10 +29,4 @@
 
 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 */