|
|
|
@@ -18,8 +18,8 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef SWSCALE_H |
|
|
|
#define SWSCALE_H |
|
|
|
#ifndef FFMPEG_SWSCALE_H |
|
|
|
#define FFMPEG_SWSCALE_H |
|
|
|
|
|
|
|
/** |
|
|
|
* @file swscale.h |
|
|
|
@@ -138,4 +138,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, |
|
|
|
int dstW, int dstH, int dstFormat, int flags, |
|
|
|
SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); |
|
|
|
|
|
|
|
#endif |
|
|
|
#endif /* FFMPEG_SWSCALE_H */ |