summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-09-23 07:40:34 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-09-23 07:40:34 +0000
commitc1f3c630587e7439b88f57dadaa0141d04b7b13e (patch)
tree9bfda4da4e9abbdee29dc7694e884e9ab28bdacc /libavformat/ape.c
parent3f4c24316e7df22c802c5fdb20977e96516f0e87 (diff)
Looks like this APE decoder support versions starting from 3.95
Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 dbd4b5c72b..54ffa9e1ec 100644
--- a/libavformat/ape.c
+++ b/libavformat/ape.c
@@ -27,7 +27,7 @@
#define ENABLE_DEBUG 0
/* The earliest and latest file formats supported by this library */
-#define APE_MIN_VERSION 3970
+#define APE_MIN_VERSION 3950
#define APE_MAX_VERSION 3990
#define MAC_FORMAT_FLAG_8_BIT 1 // is 8-bit [OBSOLETE]