Commit 1ad0588d authored by diego's avatar diego

1000l: Revert accidentally committed change.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 50cb35eb
...@@ -26,11 +26,16 @@ ...@@ -26,11 +26,16 @@
* external api header. * external api header.
*/ */
#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 LIBAVUTIL_VERSION_INT ((50<<16)+(0<<8)+0) #define LIBAVUTIL_VERSION_INT ((49<<16)+(3<<8)+0)
#define LIBAVUTIL_VERSION 50.0.0 #define LIBAVUTIL_VERSION 49.3.0
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
...@@ -125,4 +130,8 @@ enum PixelFormat { ...@@ -125,4 +130,8 @@ enum PixelFormat {
#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 */
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