aboutsummaryrefslogtreecommitdiffstats
path: root/test/FakeDecoderAPI.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-11 08:54:29 +0200
committerMax Kellermann <max@duempel.org>2014-07-11 08:54:29 +0200
commitfa947e02ca0b2806990d23dae2f6e7421c74978c (patch)
treed6245d0f812215e2e72f21501f5c61f6d7c00e5e /test/FakeDecoderAPI.cxx
parentcd289843f70e57ab12deb63bfe603b7a81890021 (diff)
downloadmpd-fa947e02ca0b2806990d23dae2f6e7421c74978c.tar.gz
mpd-fa947e02ca0b2806990d23dae2f6e7421c74978c.tar.xz
mpd-fa947e02ca0b2806990d23dae2f6e7421c74978c.zip
test/FakeDecoderAPI: dump MixRamp data
Diffstat (limited to 'test/FakeDecoderAPI.cxx')
-rw-r--r--test/FakeDecoderAPI.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FakeDecoderAPI.cxx b/test/FakeDecoderAPI.cxx
index 7aa24c4df..552854ed6 100644
--- a/test/FakeDecoderAPI.cxx
+++ b/test/FakeDecoderAPI.cxx
@@ -156,4 +156,6 @@ decoder_replay_gain(gcc_unused Decoder &decoder,
void
decoder_mixramp(gcc_unused Decoder &decoder, gcc_unused MixRampInfo &&mix_ramp)
{
+ fprintf(stderr, "MixRamp: start='%s' end='%s'\n",
+ mix_ramp.GetStart(), mix_ramp.GetEnd());
}