diff 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
line wrap: on
line diff
--- a/truespeech_data.h	Tue Jun 24 18:38:55 2008 +0000
+++ b/truespeech_data.h	Tue Jun 24 20:01:31 2008 +0000
@@ -66,7 +66,7 @@
     0xCEF0, 0xE4F9, 0xF6BB, 0x0646, 0x14F5, 0x23FF, 0x356F, 0x4A8D,
 };
 
-static const int16_t *ts_codebook[8] = {
+static const int16_t * const ts_codebook[8] = {
     ts_cb_0, ts_cb_1, ts_cb_2, ts_cb_3, ts_cb_4, ts_cb_5, ts_cb_6, ts_cb_7
 };