MusicChunk, player/Thread: use std::unique_ptr<Tag>
This commit is contained in:
@@ -222,7 +222,7 @@ AudioOutputSource::Fill(Mutex &mutex)
|
||||
if (current_chunk == nullptr)
|
||||
return false;
|
||||
|
||||
pending_tag = current_chunk->tag;
|
||||
pending_tag = current_chunk->tag.get();
|
||||
|
||||
try {
|
||||
/* release the mutex while the filter runs, because
|
||||
|
Reference in New Issue
Block a user