mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-02 00:26:36 +00:00
Remove sws_global_init() from swscaler emulation
Originally committed as revision 5830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6f209cb549
commit
1ea501aff0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user