From a80b5cf19b8d2dda6db15444cd11aa9494546380 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Nov 2013 19:13:47 +0100 Subject: DecoderInternal: move functions into the class --- src/DecoderThread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderThread.cxx') diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 72fc3cfb4..4d0bc13b5 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -356,7 +356,7 @@ decoder_run_song(DecoderControl &dc, /* flush the last chunk */ if (decoder.chunk != nullptr) - decoder_flush_chunk(decoder); + decoder.FlushChunk(); dc.Lock(); -- cgit v1.2.3