comparison vp3data.h @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents 1d83e9c34641
children c4a4495715dd
comparison
equal deleted inserted replaced
7128:614bc53e67a8 7129:322023e630a6
403 -557, -558, -559, -560, -561, -562, -563, -564, 403 -557, -558, -559, -560, -561, -562, -563, -564,
404 -565, -566, -567, -568, -569, -570, -571, -572, 404 -565, -566, -567, -568, -569, -570, -571, -572,
405 -573, -574, -575, -576, -577, -578, -579, -580 405 -573, -574, -575, -576, -577, -578, -579, -580
406 }; 406 };
407 407
408 static const int16_t *coeff_tables[32] = { 408 static const int16_t *const coeff_tables[32] = {
409 NULL, 409 NULL,
410 NULL, 410 NULL,
411 NULL, 411 NULL,
412 NULL, 412 NULL,
413 NULL, 413 NULL,