MusicChunk: use uint8_t instead of char
This commit is contained in:
parent
1ad2475f9e
commit
5ee5a89a7f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user