Commit ba632efa authored by Paul B Mahol's avatar Paul B Mahol

avcodec/qdmc: silence gcc 6.2.0 warning

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 74c57695
...@@ -53,7 +53,7 @@ typedef struct QDMCContext { ...@@ -53,7 +53,7 @@ typedef struct QDMCContext {
int nb_channels; int nb_channels;
int checksum_size; int checksum_size;
uint8_t noise[2][19][16]; uint8_t noise[2][19][17];
QDMCTone tones[5][8192]; QDMCTone tones[5][8192];
int nb_tones[5]; int nb_tones[5];
int cur_tone[5]; int cur_tone[5];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment