diff options
Diffstat (limited to '')
-rw-r--r-- | test/run_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |