summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.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 /libavcodec/avcodec.h
parentc0a8500015890af5478f11e130a35587e8eee731 (diff)
Musepack SV8 demuxer and decoder
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 202f9e8aa1..a1ee6691af 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)+(47<<8)+2)
-#define LIBAVCODEC_VERSION 51.47.2
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(48<<8)+0)
+#define LIBAVCODEC_VERSION 51.48.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -272,6 +272,7 @@ enum CodecID {
CODEC_ID_VOXWARE,
CODEC_ID_APE,
CODEC_ID_NELLYMOSER,
+ CODEC_ID_MUSEPACK8,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,