Browse Source

avcodec/qdmc: silence gcc 6.2.0 warning

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol 8 years ago
parent
commit
ba632efa93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/qdmc.c

+ 1
- 1
libavcodec/qdmc.c View File

@@ -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