comparison ac3dec_data.c @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 06340e09c0ba
children 3085502c4f33
comparison
equal deleted inserted replaced
7977:ccd351dd827b 7978:dc1a7a6ec58d
1070 { -6024, -12488, 23930, 2950, 1601, 1173}, 1070 { -6024, -12488, 23930, 2950, 1601, 1173},
1071 { 19067, 17630, 17929, -10654, 10928, -4958}, 1071 { 19067, 17630, 17929, -10654, 10928, -4958},
1072 { 3231, -3284, 27336, 4174, -1683, 497}, 1072 { 3231, -3284, 27336, 4174, -1683, 497},
1073 }; 1073 };
1074 1074
1075 const int16_t (*ff_eac3_mantissa_vq[8])[6] = { 1075 const int16_t (* const ff_eac3_mantissa_vq[8])[6] = {
1076 NULL, 1076 NULL,
1077 vq_hebap1, 1077 vq_hebap1,
1078 vq_hebap2, 1078 vq_hebap2,
1079 vq_hebap3, 1079 vq_hebap3,
1080 vq_hebap4, 1080 vq_hebap4,