aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/easytag/files/patch-src-mp4_tag.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/easytag/files/patch-src-mp4_tag.c b/audio/easytag/files/patch-src-mp4_tag.c
new file mode 100644
index 000000000000..81fdaf300c38
--- /dev/null
+++ b/audio/easytag/files/patch-src-mp4_tag.c
@@ -0,0 +1,11 @@
+--- src/mp4_tag.c.orig 2007-10-02 22:05:09.000000000 +0400
++++ src/mp4_tag.c 2007-10-02 22:05:22.000000000 +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;