summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-11-07 05:35:46 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-11-07 05:35:46 +0000
commit12877faf7c3af83d60dc185cf78f0ee5a3c0f67d (patch)
treed367af51d377bf18d3fd4fdf67f022d1b59dd8c9 /libavformat/avformat.h
parentc0a8500015890af5478f11e130a35587e8eee731 (diff)
Musepack SV8 demuxer and decoder
Originally committed as revision 10938 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 d99fb2ace3..93eee3531f 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)+(17<<8)+1)
-#define LIBAVFORMAT_VERSION 51.17.1
+#define LIBAVFORMAT_VERSION_INT ((51<<16)+(18<<8)+0)
+#define LIBAVFORMAT_VERSION 51.18.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)