changeset 99:98de08786b0a trunk

[svn] - specifically blacklist the musepack mp2/mp3 variant
author nenolod
date Mon, 23 Oct 2006 12:25:24 -0700
parents 4b5ee7e23bd1
children 7be4c601acfa
files ChangeLog src/mpg123/mpg123.c
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 21 18:17:49 2006 -0700
+++ b/ChangeLog	Mon Oct 23 12:25:24 2006 -0700
@@ -1,3 +1,10 @@
+2006-10-22 01:17:49 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [196]
+  Flac now plays on 1.13, but not on 1.12. API breakage *sucks*, upstream should stop doing it.
+  trunk/src/flac/replaygain_analysis.c |  832 +++++++++++++++++------------------
+  1 file changed, 419 insertions(+), 413 deletions(-)
+
+
 2006-10-22 01:02:01 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [194]
   It compiles now.
--- a/src/mpg123/mpg123.c	Sat Oct 21 18:17:49 2006 -0700
+++ b/src/mpg123/mpg123.c	Mon Oct 23 12:25:24 2006 -0700
@@ -291,6 +291,13 @@
 	ret = TRUE;
 	goto done;
     }
+
+    if (!memcmp(tmp, "MP+", 3))
+    {
+	ret = FALSE;
+	goto done;
+    }
+
     head = convert_to_header(tmp);
     while (!mpgdec_head_check(head)) {
         /*