$NetBSD: patch-aa,v 1.17 2007/11/21 21:47: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;
