comparison truespeech_data.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
64 64
65 static const int16_t ts_cb_7[8] = { 65 static const int16_t ts_cb_7[8] = {
66 0xCEF0, 0xE4F9, 0xF6BB, 0x0646, 0x14F5, 0x23FF, 0x356F, 0x4A8D, 66 0xCEF0, 0xE4F9, 0xF6BB, 0x0646, 0x14F5, 0x23FF, 0x356F, 0x4A8D,
67 }; 67 };
68 68
69 static const int16_t *ts_codebook[8] = { 69 static const int16_t * const ts_codebook[8] = {
70 ts_cb_0, ts_cb_1, ts_cb_2, ts_cb_3, ts_cb_4, ts_cb_5, ts_cb_6, ts_cb_7 70 ts_cb_0, ts_cb_1, ts_cb_2, ts_cb_3, ts_cb_4, ts_cb_5, ts_cb_6, ts_cb_7
71 }; 71 };
72 72
73 /* table used for decoding pulse positions */ 73 /* table used for decoding pulse positions */
74 static const int16_t ts_140[120] = { 74 static const int16_t ts_140[120] = {