mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 08:10:41 +00:00
avcodec/qdmc: silence gcc 6.2.0 warning
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
74c576957a
commit
ba632efa93
@ -53,7 +53,7 @@ typedef struct QDMCContext {
|
||||
int nb_channels;
|
||||
int checksum_size;
|
||||
|
||||
uint8_t noise[2][19][16];
|
||||
uint8_t noise[2][19][17];
|
||||
QDMCTone tones[5][8192];
|
||||
int nb_tones[5];
|
||||
int cur_tone[5];
|
||||
|
Loading…
Reference in New Issue
Block a user