diff src/musepack/libmpc.cxx @ 659:d1a03def0021 trunk

[svn] - disable broken APETag support for now, can cause crashes
author nenolod
date Fri, 16 Feb 2007 19:12:45 -0800
parents 1e987b380776
children b1128efde471
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx	Thu Feb 15 23:36:36 2007 -0800
+++ b/src/musepack/libmpc.cxx	Fri Feb 16 19:12:45 2007 -0800
@@ -443,6 +443,7 @@
     REMOVE_NONEXISTANT_TAG(tags.comment);
     tags.year    = poTag->year();
     tags.track   = poTag->track();
+#if 0
     TagLib::APE::Tag* ape = oFile.APETag(false);
     if(ape)
     {
@@ -456,6 +457,7 @@
             tags.date = g_strdup_printf("%d", tags.year);
         }
     }
+#endif
     return tags;
 }