diff options
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r-- | src/decoder_control.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h index d1d0625e1..f981074d4 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -66,6 +66,12 @@ struct decoder_control { struct song *current_song; struct song *next_song; float total_time; + + /** the #music_chunk allocator */ + struct music_buffer *buffer; + + /** the destination pipe for decoded chunks */ + struct music_pipe *pipe; }; extern struct decoder_control dc; |