From ba632efa93eff2550bcc465190efd05a46116ce6 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Fri, 10 Feb 2017 17:02:56 +0100
Subject: [PATCH] avcodec/qdmc: silence gcc 6.2.0 warning

Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 libavcodec/qdmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/qdmc.c b/libavcodec/qdmc.c
index 9560a3b5e16..1c8952b97be 100644
--- a/libavcodec/qdmc.c
+++ b/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];
-- 
GitLab