diff snow.c @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents e943e1409077
children 5a3907818652
line wrap: on
line diff
--- a/snow.c	Tue Jun 24 18:38:55 2008 +0000
+++ b/snow.c	Tue Jun 24 20:01:31 2008 +0000
@@ -363,7 +363,7 @@
 //error:0.000000
 };
 
-static const uint8_t *obmc_tab[4]={
+static const uint8_t * const obmc_tab[4]={
     obmc32, obmc16, obmc8, obmc4
 };