aboutsummaryrefslogtreecommitdiff
path: root/src/OutputAll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r--src/OutputAll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx
index 811d93a1..113eca43 100644
--- a/src/OutputAll.cxx
+++ b/src/OutputAll.cxx
@@ -282,7 +282,7 @@ audio_output_all_play(struct music_chunk *chunk, GError **error_r)
assert(g_music_buffer != NULL);
assert(g_mp != NULL);
assert(chunk != NULL);
- assert(music_chunk_check_format(chunk, &input_audio_format));
+ assert(chunk->CheckFormat(input_audio_format));
ret = audio_output_all_update();
if (!ret) {