aboutsummaryrefslogtreecommitdiffstats
path: root/src/chunk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-081-0/+20
| | | | | | | In !NDEBUG, remember which audio_format is stored in every chunk and every pipe. Check the audio_format of every new data block appended to the music_chunk, and the format of every new chunk appended to the music_pipe.
* music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann2009-03-051-0/+42
| | | | | Moved some code from music_pipe_write() and music_pipe_expand(). Only music_chunk.c should access the music_chunk internals.
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-031-0/+34