mark read-only data as const

Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefan Gehrer
2008-06-24 20:01:31 +00:00
parent 73cc419b27
commit cf2baeb338
32 changed files with 58 additions and 58 deletions

View File

@@ -405,7 +405,7 @@ static const int16_t coeff_table_token_22[1024] = {
-573, -574, -575, -576, -577, -578, -579, -580
};
static const int16_t *coeff_tables[32] = {
static const int16_t *const coeff_tables[32] = {
NULL,
NULL,
NULL,