|
|
|
@@ -29,10 +29,6 @@ |
|
|
|
|
|
|
|
#include "avutil.h" |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
#define AV_STRINGIFY(s) AV_TOSTRING(s) |
|
|
|
#define AV_TOSTRING(s) #s |
|
|
|
|
|
|
|
@@ -142,8 +138,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, |
|
|
|
int dstW, int dstH, int dstFormat, int flags, |
|
|
|
SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |