summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-09-13 03:22:47 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-09-13 03:22:47 +0000
commitbf4a1f17ee9237b6efd4250cf894e274afc31a5f (patch)
tree0c0e605b516d2e9bb64181daa2ec0819d078eb34 /libavformat/avformat.h
parent48fe9238a0aec437aa9ab9a8912191d163feb519 (diff)
Monkey Audio decoder
Originally committed as revision 10484 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 577c215a44..a58200c312 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -21,8 +21,8 @@
#ifndef AVFORMAT_H
#define AVFORMAT_H
-#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+3)
-#define LIBAVFORMAT_VERSION 51.12.3
+#define LIBAVFORMAT_VERSION_INT ((51<<16)+(13<<8)+3)
+#define LIBAVFORMAT_VERSION 51.13.3
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)