[Ffmpeg-cvslog] r5830 - trunk/libavcodec/swscale.h
lucabe
subversion
Thu Jul 27 14:31:32 CEST 2006
Author: lucabe
Date: Thu Jul 27 14:31:31 2006
New Revision: 5830
Modified:
trunk/libavcodec/swscale.h
Log:
Remove sws_global_init() from swscaler emulation
Modified: trunk/libavcodec/swscale.h
==============================================================================
--- trunk/libavcodec/swscale.h (original)
+++ trunk/libavcodec/swscale.h Thu Jul 27 14:31:31 2006
@@ -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 */
More information about the ffmpeg-cvslog
mailing list