SOURCES: easytag-mpeg4ip.patch (NEW) - mpeg4ip 1.6 fix
wolf
wolf at pld-linux.org
Thu Nov 22 22:31:04 CET 2007
Author: wolf Date: Thu Nov 22 21:31:03 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- mpeg4ip 1.6 fix
---- Files affected:
SOURCES:
easytag-mpeg4ip.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/easytag-mpeg4ip.patch
diff -u /dev/null SOURCES/easytag-mpeg4ip.patch:1.1
--- /dev/null Thu Nov 22 22:31:03 2007
+++ SOURCES/easytag-mpeg4ip.patch Thu Nov 22 22:30:58 2007
@@ -0,0 +1,12 @@
+diff -ruN easytag-2.1.3./src/mp4_tag.c easytag-2.1.3/src/mp4_tag.c
+--- easytag-2.1.3./src/mp4_tag.c 2007-06-14 23:52:38.000000000 +0200
++++ easytag-2.1.3/src/mp4_tag.c 2007-11-22 22:23:42.907038624 +0100
+@@ -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;
================================================================
More information about the pld-cvs-commit
mailing list