diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-21 17:26:02 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-21 17:26:02 +0000 |
commit | fe7e750fb519e6989136ba081d5c37aee8a51298 (patch) | |
tree | 3b755d5766bd0da2d510e69ca11a0818ea592a67 | |
parent | 63e6c1766c622f977251f4b9b08432449034bbe6 (diff) | |
download | ffmpeg-fe7e750fb519e6989136ba081d5c37aee8a51298.tar.gz |
New RM format deserves small version bump
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 | ||||
-rw-r--r-- | libavformat/avformat.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 16f611973e..eca20c8064 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -33,8 +33,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0) -#define LIBAVCODEC_VERSION 51.46.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1) +#define LIBAVCODEC_VERSION 51.46.1 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2897188f0f..e3cc467b84 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -21,8 +21,8 @@ #ifndef FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+0) -#define LIBAVFORMAT_VERSION 51.16.0 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1) +#define LIBAVFORMAT_VERSION 51.16.1 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |