summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/codebook/hcb_6.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/codebook/hcb_6.h')
-rw-r--r--apps/codecs/libfaad/codebook/hcb_6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/codebook/hcb_6.h b/apps/codecs/libfaad/codebook/hcb_6.h
index 4df2380..9988133 100644
--- a/apps/codecs/libfaad/codebook/hcb_6.h
+++ b/apps/codecs/libfaad/codebook/hcb_6.h
@@ -33,7 +33,7 @@
*
* Used to find offset into 2nd step table and number of extra bits to get
*/
-static hcb hcb6_1[] = {
+static hcb hcb6_1[] ICONST_ATTR = {
/* 4 bit codewords */
{ /* 00000 */ 0, 0 },
{ /* */ 0, 0 },
@@ -83,7 +83,7 @@ static hcb hcb6_1[] = {
*
* Gives size of codeword and actual data (x,y,v,w)
*/
-static hcb_2_pair hcb6_2[] = {
+static hcb_2_pair hcb6_2[] ICONST_ATTR = {
/* 4 bit codewords */
{ 4, 0, 0 },
{ 4, 1, 0 },