MusicChunk: use uint8_t instead of char
This commit is contained in:
@@ -85,7 +85,7 @@ struct music_chunk {
|
|||||||
unsigned replay_gain_serial;
|
unsigned replay_gain_serial;
|
||||||
|
|
||||||
/** the data (probably PCM) */
|
/** the data (probably PCM) */
|
||||||
char data[CHUNK_SIZE];
|
uint8_t data[CHUNK_SIZE];
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
AudioFormat audio_format;
|
AudioFormat audio_format;
|
||||||
|
Reference in New Issue
Block a user