]> git.pld-linux.org Git - packages/easytag.git/commitdiff
- mpeg4ip 1.6 fix DEVEL
authorwolf <wolf@pld-linux.org>
Thu, 22 Nov 2007 21:30:58 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easytag-mpeg4ip.patch -> 1.1

easytag-mpeg4ip.patch [new file with mode: 0644]

diff --git a/easytag-mpeg4ip.patch b/easytag-mpeg4ip.patch
new file mode 100644 (file)
index 0000000..2ad49f7
--- /dev/null
@@ -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;
This page took 0.092436 seconds and 4 git commands to generate.