Re: [Easytag-mailing] EasyTAG 2.1.3 has been released! (Developping version)



Hi,

here's another patch, this fixes the build with libmp4v2 from mpeg4ip
1.6.0. The function MP4GetMetadataCoverArt has now a fourth parameter
index. The correct way would be to add a configure check and
preprocessor macros for this. Maybe I'll do that later.

Regards, Götz

-- 
AL I:40: Do what thou wilt shall be the whole of the Law.
--- easytag-2.1.3/src/mp4_tag.c~	2007-06-14 17:52:38.000000000 -0400
+++ easytag-2.1.3/src/mp4_tag.c	2007-10-16 03:24:30.711805255 -0400
@@ -185,7 +185,7 @@
      * Picture *
      ***********/
     // There is only one picture!
-    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
+    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0) )
     {
         Picture *pic = Picture_Allocate();
         pic->size = coverSize;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]