avcodec/qdmc: silence gcc 6.2.0 warning

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/254/head
Paul B Mahol 8 years ago
parent 74c576957a
commit ba632efa93
  1. 2
      libavcodec/qdmc.c

@ -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…
Cancel
Save