summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/hcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/hcr.c')
-rw-r--r--apps/codecs/libfaad/hcr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/hcr.c b/apps/codecs/libfaad/hcr.c
index a5e67bb85d..f2766c38e1 100644
--- a/apps/codecs/libfaad/hcr.c
+++ b/apps/codecs/libfaad/hcr.c
@@ -217,8 +217,8 @@ uint8_t reordered_spectral_data(NeAACDecHandle hDecoder, ic_stream *ics,
217 uint16_t PCWs_done; 217 uint16_t PCWs_done;
218 uint16_t numberOfSegments, numberOfSets, numberOfCodewords; 218 uint16_t numberOfSegments, numberOfSets, numberOfCodewords;
219 219
220 codeword_t codeword[512]; 220 static codeword_t codeword[512];
221 bits_t segment[512]; 221 static bits_t segment[512];
222 222
223 uint16_t sp_offset[8]; 223 uint16_t sp_offset[8];
224 uint16_t g, i, sortloop, set, bitsread; 224 uint16_t g, i, sortloop, set, bitsread;