summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
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 /libavformat/avformat.h
parent63e6c1766c622f977251f4b9b08432449034bbe6 (diff)
New RM format deserves small version bump
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
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)