avcodec/qdmc: silence gcc 6.2.0 warning
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user