summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
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,