DecoderInternal: move functions into the class

This commit is contained in:
Max Kellermann
2013-11-13 19:13:47 +01:00
parent 44ac84767e
commit a80b5cf19b
4 changed files with 37 additions and 44 deletions

View File

@@ -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();