From ba632efa93eff2550bcc465190efd05a46116ce6 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 10 Feb 2017 17:02:56 +0100 Subject: avcodec/qdmc: silence gcc 6.2.0 warning Signed-off-by: Paul B Mahol --- libavcodec/qdmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/qdmc.c') diff --git a/libavcodec/qdmc.c b/libavcodec/qdmc.c index 9560a3b5e1..1c8952b97b 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]; -- cgit v1.2.3