OSDN Git Service

avcodec/qdmc: silence gcc 6.2.0 warning
authorPaul B Mahol <onemda@gmail.com>
Fri, 10 Feb 2017 16:02:56 +0000 (17:02 +0100)
committerPaul B Mahol <onemda@gmail.com>
Fri, 10 Feb 2017 16:04:56 +0000 (17:04 +0100)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavcodec/qdmc.c

index 9560a3b..1c8952b 100644 (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];