From c42e2625130204733916e6ffb1a86ccdffe5fe71 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 12 Mar 2013 19:33:29 +0100 Subject: add support for Monkey's Audio versions from 3.93 --- libavformat/ape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') 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] -- cgit v1.2.3