From fa947e02ca0b2806990d23dae2f6e7421c74978c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 11 Jul 2014 08:54:29 +0200 Subject: test/FakeDecoderAPI: dump MixRamp data --- test/FakeDecoderAPI.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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()); } -- cgit v1.2.3