Mercurial > libavcodec.hg
diff swscale.h @ 4036:207c22206d53 libavcodec
Implement sws_getCachedContext() in swscale emulation
author | lucabe |
---|---|
date | Tue, 17 Oct 2006 10:26:37 +0000 |
parents | c8c591fe26f8 |
children |
line wrap: on
line diff
--- a/swscale.h Tue Oct 17 09:38:37 2006 +0000 +++ b/swscale.h Tue Oct 17 10:26:37 2006 +0000 @@ -54,6 +54,11 @@ void sws_freeContext(struct SwsContext *swsContext); +struct SwsContext *sws_getCachedContext(struct SwsContext *context, + int srcW, int srcH, int srcFormat, + int dstW, int dstH, int dstFormat, int flags, + SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); + #ifdef __cplusplus } #endif