diff 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
line wrap: on
line diff
--- a/vp3data.h	Tue Jun 24 18:38:55 2008 +0000
+++ b/vp3data.h	Tue Jun 24 20:01:31 2008 +0000
@@ -405,7 +405,7 @@
     -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,