diff options
author | Kostya Shishkov | 2013-03-12 19:33:29 +0100 |
---|---|---|
committer | Kostya Shishkov | 2013-03-15 09:50:42 +0100 |
commit | c42e2625130204733916e6ffb1a86ccdffe5fe71 (patch) | |
tree | 6be87ba04588f08b56939901831be1e8b941ae00 /libavformat/ape.c | |
parent | 9652d4fcfc9c07a726b35efc4ac644d9751b36d7 (diff) |
add support for Monkey's Audio versions from 3.93
Diffstat (limited to 'libavformat/ape.c')
-rw-r--r-- | libavformat/ape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ape.c b/libavformat/ape.c index d67e684167..7efc819bb6 100644 --- a/libavformat/ape.c +++ b/libavformat/ape.c @@ -28,7 +28,7 @@ #include "apetag.h" /* The earliest and latest file formats supported by this library */ -#define APE_MIN_VERSION 3950 +#define APE_MIN_VERSION 3930 #define APE_MAX_VERSION 3990 #define MAC_FORMAT_FLAG_8_BIT 1 // is 8-bit [OBSOLETE] |