Commit c67a5435 authored by lucabe's avatar lucabe

Allow swscale emulation header to be included by C++ programs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6027 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f6c110a
#ifndef SWSCALE_EMU_H
#define SWSCALE_EMU_H
#ifdef __cplusplus
extern "C" {
#endif
/* Dummy, only useful for compilation! */
#define SWS_FAST_BILINEAR 1
#define SWS_BILINEAR 2
......@@ -29,4 +34,8 @@ int sws_scale(struct SwsContext *ctx, uint8_t* src[], int srcStride[],
void sws_freeContext(struct SwsContext *swsContext);
#ifdef __cplusplus
}
#endif
#endif /* SWSCALE_EMU_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment