From 0847ca4ec2e137d0eaa235d653217e8a913187f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 10 Oct 2011 08:11:04 +0200 Subject: pcm_{mix,volume}: pass only sample_format to pcm_mix() The other audio_format attributes are not used. --- test/run_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_decoder.c') diff --git a/test/run_decoder.c b/test/run_decoder.c index 87dffa637..9959b6ded 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.c @@ -57,7 +57,7 @@ idle_add(G_GNUC_UNUSED unsigned flags) */ bool pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED int length, - G_GNUC_UNUSED const struct audio_format *format, + G_GNUC_UNUSED enum sample_format format, G_GNUC_UNUSED int volume) { return true; -- cgit v1.2.3