]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ape.c
avoid infinite loop at the end of files which are not properly terminated
[ffmpeg] / libavformat / ape.c
index dbd4b5c72bcc3bb21b6aab4af1eab4c1746eae44..54ffa9e1ecd0a58e1a52ee62bc186ef5a5f1bea8 100644 (file)
@@ -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]