summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-10-21 17:26:02 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-10-21 17:26:02 +0000
commitfe7e750fb519e6989136ba081d5c37aee8a51298 (patch)
tree3b755d5766bd0da2d510e69ca11a0818ea592a67 /libavcodec
parent63e6c1766c622f977251f4b9b08432449034bbe6 (diff)
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.h4
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)