summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_8.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_8.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_8.h b/apps/codecs/libfaad/codebook/hcb_8.h
index d75da9030e..b76eb8f667 100644
--- a/apps/codecs/libfaad/codebook/hcb_8.h
+++ b/apps/codecs/libfaad/codebook/hcb_8.h
@@ -33,7 +33,7 @@
33 * 33 *
34 * Used to find offset into 2nd step table and number of extra bits to get 34 * Used to find offset into 2nd step table and number of extra bits to get
35 */ 35 */
36static hcb hcb8_1[] = { 36static hcb hcb8_1[] ICONST_ATTR = {
37 /* 3 bit codeword */ 37 /* 3 bit codeword */
38 { /* 00000 */ 0, 0 }, 38 { /* 00000 */ 0, 0 },
39 { /* */ 0, 0 }, 39 { /* */ 0, 0 },
@@ -87,7 +87,7 @@ static hcb hcb8_1[] = {
87 * 87 *
88 * Gives size of codeword and actual data (x,y,v,w) 88 * Gives size of codeword and actual data (x,y,v,w)
89 */ 89 */
90static hcb_2_pair hcb8_2[] = { 90static hcb_2_pair hcb8_2[] ICONST_ATTR = {
91 /* 3 bit codeword */ 91 /* 3 bit codeword */
92 { 3, 1, 1 }, 92 { 3, 1, 1 },
93 93