提交 1ea501af 编写于 作者: L Luca Abeni

Remove sws_global_init() from swscaler emulation

Originally committed as revision 5830 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6f209cb5
......@@ -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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册