[FFmpeg-cvslog] r10551 - trunk/libavformat/ape.c

kostya subversion
Sun Sep 23 09:40:34 CEST 2007


Author: kostya
Date: Sun Sep 23 09:40:34 2007
New Revision: 10551

Log:
Looks like this APE decoder support versions starting from 3.95

Modified:
   trunk/libavformat/ape.c

Modified: trunk/libavformat/ape.c
==============================================================================
--- trunk/libavformat/ape.c	(original)
+++ trunk/libavformat/ape.c	Sun Sep 23 09:40:34 2007
@@ -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]




More information about the ffmpeg-cvslog mailing list