chunk: added attribute "other"

Preparation for cross-fading support in the output thread.
This commit is contained in:
Max Kellermann
2010-05-02 15:16:59 +02:00
parent 0140804ef9
commit d093fb2441
3 changed files with 10 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
void
music_chunk_init(struct music_chunk *chunk)
{
chunk->other = NULL;
chunk->length = 0;
chunk->tag = NULL;
chunk->replay_gain_serial = 0;