|
|
*/ | */ |
| |
| |
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#define AV_STRINGIFY(s) AV_TOSTRING(s) | #define AV_STRINGIFY(s) AV_TOSTRING(s) |
#define AV_TOSTRING(s) #s | #define AV_TOSTRING(s) #s |
| |
|
|
#define PIX_FMT_YUV422 PIX_FMT_YUYV422 | #define PIX_FMT_YUV422 PIX_FMT_YUYV422 |
#endif | #endif |
| |
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif /* AVUTIL_H */ | #endif /* AVUTIL_H */ |
|
|
* external api for the pp stuff | * external api for the pp stuff |
*/ | */ |
| |
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) | #define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) |
#define LIBPOSTPROC_VERSION 51.1.0 | #define LIBPOSTPROC_VERSION 51.1.0 |
#define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT | #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT |
|
|
| |
#define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale | #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale |
| |
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif | #endif |
|
|
* external api for the swscale stuff | * external api for the swscale stuff |
*/ | */ |
| |
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#include "avutil.h" | #include "avutil.h" |
| |
#define AV_STRINGIFY(s) AV_TOSTRING(s) | #define AV_STRINGIFY(s) AV_TOSTRING(s) |
|
|
int dstW, int dstH, int dstFormat, int flags, | int dstW, int dstH, int dstFormat, int flags, |
SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); | SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); |
| |
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif | #endif |
|
|
*/ | */ |
| |
| |
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#include "avutil.h" | #include "avutil.h" |
#include <sys/types.h> /* size_t */ | #include <sys/types.h> /* size_t */ |
| |
|
|
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ | #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ |
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ | #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ |
| |
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif /* AVCODEC_H */ | #endif /* AVCODEC_H */ |
|
|
#ifndef AVFORMAT_H | #ifndef AVFORMAT_H |
#define AVFORMAT_H | #define AVFORMAT_H |
| |
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+1) | #define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+1) |
#define LIBAVFORMAT_VERSION 51.12.1 | #define LIBAVFORMAT_VERSION 51.12.1 |
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT | #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT |
|
|
| |
#endif /* HAVE_AV_CONFIG_H */ | #endif /* HAVE_AV_CONFIG_H */ |
| |
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif /* AVFORMAT_H */ | #endif /* AVFORMAT_H */ |
| |