From e9b71a0d2846321dcf3f985b9f6332d051374edd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 21:38:46 +0100 Subject: MusicChunk: move functions to methods --- src/OutputAll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputAll.cxx') 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) { -- cgit v1.2.3