Mercurial > libavformat.hg
changeset 2568:59f7ce8ad381 libavformat
Looks like this APE decoder support versions starting from 3.95
author | kostya |
---|---|
date | Sun, 23 Sep 2007 07:40:34 +0000 |
parents | 069fc63f8bc6 |
children | 5fa858c38291 |
files | ape.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.c Sat Sep 22 08:58:49 2007 +0000 +++ b/ape.c Sun Sep 23 07:40:34 2007 +0000 @@ -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]