diff i386/vp3dsp_mmx.c @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents 9699d325049d
children ef2149182f1c
line wrap: on
line diff
--- a/i386/vp3dsp_mmx.c	Wed Jun 01 18:04:01 2005 +0000
+++ b/i386/vp3dsp_mmx.c	Wed Jun 01 21:19:00 2005 +0000
@@ -32,7 +32,7 @@
  * idct_constants[44..47] = 8
  */
 static uint16_t idct_constants[(4 + 7 + 1) * 4];
-static uint16_t idct_cosine_table[7] = {
+static const uint16_t idct_cosine_table[7] = {
     64277, 60547, 54491, 46341, 36410, 25080, 12785
 };