summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/huffman.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/huffman.h')
-rw-r--r--apps/codecs/libfaad/huffman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/huffman.h b/apps/codecs/libfaad/huffman.h
index 683689002d..214d3a220f 100644
--- a/apps/codecs/libfaad/huffman.h
+++ b/apps/codecs/libfaad/huffman.h
@@ -33,7 +33,7 @@ extern "C" {
33#endif 33#endif
34 34
35int8_t huffman_scale_factor(bitfile *ld); 35int8_t huffman_scale_factor(bitfile *ld);
36uint8_t huffman_spectral_data(uint8_t cb, bitfile *ld, int16_t *sp); 36uint8_t huffman_spectral_data(uint8_t cb, bitfile *ld, int16_t *sp) ICODE_ATTR_FAAD_LARGE_IRAM;
37#ifdef ERROR_RESILIENCE 37#ifdef ERROR_RESILIENCE
38int8_t huffman_spectral_data_2(uint8_t cb, bits_t *ld, int16_t *sp); 38int8_t huffman_spectral_data_2(uint8_t cb, bits_t *ld, int16_t *sp);
39#endif 39#endif