summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/qdmc.c2
1 files changed, 1 insertions, 1 deletions
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];