summaryrefslogtreecommitdiff
path: root/audio/easytag-current/patches/patch-aa
blob: 81faab8ce9f1e4152a51ae9704d4b5851ec5d084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2007/11/21 21:40:25 drochner Exp $

--- src/mp4_tag.c.orig	2007-11-19 19:27:42.000000000 +0100
+++ src/mp4_tag.c
@@ -185,7 +185,7 @@ gboolean Mp4tag_Read_File_Tag (gchar *fi
      * Picture *
      ***********/
     // There is only one picture!
-    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
+    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) )
     {
         Picture *pic = Picture_Allocate();
         pic->size = coverSize;