From 804c1bc602382e988fde46b5ffce3bb948f72a88 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jul 11 2010 09:39:02 +0000 Subject: obsolete patch --- diff --git a/audacious-plugin-fc-0.5-display-channels.patch b/audacious-plugin-fc-0.5-display-channels.patch deleted file mode 100644 index f9ec6f0..0000000 --- a/audacious-plugin-fc-0.5-display-channels.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur audacious-plugin-fc-0.5-orig/src/main.c audacious-plugin-fc-0.5/src/main.c ---- audacious-plugin-fc-0.5-orig/src/main.c 2010-06-20 19:25:24.000000000 +0200 -+++ audacious-plugin-fc-0.5/src/main.c 2010-07-10 12:48:57.000000000 +0200 -@@ -173,8 +173,7 @@ - aud_tuple_associate_string(t, FIELD_QUALITY, NULL, "sequenced"); - playback->set_tuple( playback, t ); - -- gint bitsPerSec = myFormat.freq * myFormat.channels * myFormat.bits; -- playback->set_params( playback, NULL, 0, bitsPerSec, myFormat.freq, myFormat.channels ); -+ playback->set_params( playback, NULL, 0, 1000*4, myFormat.freq, myFormat.channels ); - - playback->playing = TRUE; - playback->set_pb_ready(playback);