From 85ae7e9c9a8e31359834b3b4da3c358b941e8012 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 26 Oct 2013 14:19:34 +0200
Subject: DecoderControl: move code/attributes to new class MixRampInfo

---
 src/DecoderAPI.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/DecoderAPI.hxx')

diff --git a/src/DecoderAPI.hxx b/src/DecoderAPI.hxx
index 0f9dabb4b..2ee42483c 100644
--- a/src/DecoderAPI.hxx
+++ b/src/DecoderAPI.hxx
@@ -33,6 +33,7 @@
 #include "ReplayGainInfo.hxx"
 #include "tag/Tag.hxx"
 #include "AudioFormat.hxx"
+#include "MixRampInfo.hxx"
 #include "ConfigData.hxx"
 
 /**
@@ -184,7 +185,6 @@ decoder_replay_gain(Decoder &decoder,
  * @param mixramp_end the mixramp_end tag; may be nullptr to invalidate
  */
 void
-decoder_mixramp(Decoder &decoder,
-		char *mixramp_start, char *mixramp_end);
+decoder_mixramp(Decoder &decoder, MixRampInfo &&mix_ramp);
 
 #endif
-- 
cgit v1.2.3