Commit fa947e02 authored by Max Kellermann's avatar Max Kellermann

test/FakeDecoderAPI: dump MixRamp data

parent cd289843
...@@ -156,4 +156,6 @@ decoder_replay_gain(gcc_unused Decoder &decoder, ...@@ -156,4 +156,6 @@ decoder_replay_gain(gcc_unused Decoder &decoder,
void void
decoder_mixramp(gcc_unused Decoder &decoder, gcc_unused MixRampInfo &&mix_ramp) 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());
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment