test/run_decoder: dump MixRamp data
This commit is contained in:
parent
c14a00eec9
commit
57068e526c
@ -175,8 +175,10 @@ 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, MixRampInfo &&mix_ramp)
|
||||||
{
|
{
|
||||||
|
fprintf(stderr, "MixRamp: start='%s' end='%s'\n",
|
||||||
|
mix_ramp.GetStart(), mix_ramp.GetEnd());
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user