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 /libavcodec | |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 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) |