Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-03-12 22:33:29 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-03-15 12:50:42 +0400
commitc42e2625130204733916e6ffb1a86ccdffe5fe71 (patch)
tree6be87ba04588f08b56939901831be1e8b941ae00 /libavformat/ape.c
parent9652d4fcfc9c07a726b35efc4ac644d9751b36d7 (diff)
add support for Monkey's Audio versions from 3.93
Diffstat (limited to 'libavformat/ape.c')
-rw-r--r--libavformat/ape.c2
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]