Mercurial > libavutil.hg
changeset 236:ab56c0668e94 libavutil
Replace deprecated PIX_FMT names by the newer variants.
author | diego |
---|---|
date | Wed, 07 Feb 2007 01:48:09 +0000 |
parents | ee010796c631 |
children | cfbc0f4ab609 |
files | avutil.h |
diffstat | 1 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/avutil.h Tue Feb 06 19:10:17 2007 +0000 +++ b/avutil.h Wed Feb 07 01:48:09 2007 +0000 @@ -26,16 +26,11 @@ * external api header. */ - -#ifdef __cplusplus -extern "C" { -#endif - #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVUTIL_VERSION_INT ((49<<16)+(3<<8)+0) -#define LIBAVUTIL_VERSION 49.3.0 +#define LIBAVUTIL_VERSION_INT ((50<<16)+(0<<8)+0) +#define LIBAVUTIL_VERSION 50.0.0 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) @@ -130,8 +125,4 @@ #define PIX_FMT_YUV422 PIX_FMT_YUYV422 #endif -#ifdef __cplusplus -} -#endif - #endif /* AVUTIL_H */