[SCM] libav/experimental: Looks like this APE decoder support versions starting from 3.95

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:23 UTC 2013


The following commit has been merged in the experimental branch:
commit c1f3c630587e7439b88f57dadaa0141d04b7b13e
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Sep 23 07:40:34 2007 +0000

    Looks like this APE decoder support versions starting from 3.95
    
    Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/ape.c b/libavformat/ape.c
index dbd4b5c..54ffa9e 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]

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list