summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.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 /libavcodec/avcodec.h
parent48fe9238a0aec437aa9ab9a8912191d163feb519 (diff)
Monkey Audio decoder
Originally committed as revision 10484 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 53f24f25d0..5ec822a2cb 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)+(43<<8)+0)
-#define LIBAVCODEC_VERSION 51.43.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(44<<8)+0)
+#define LIBAVCODEC_VERSION 51.44.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -260,6 +260,7 @@ enum CodecID {
CODEC_ID_GSM_MS, /* as found in WAV */
CODEC_ID_ATRAC3,
CODEC_ID_VOXWARE,
+ CODEC_ID_APE,
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,