diff i386/dsputil_mmx.c @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents 42d3e9068e32
children a49f140179e9
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Wed Jun 01 18:04:01 2005 +0000
+++ b/i386/dsputil_mmx.c	Wed Jun 01 21:19:00 2005 +0000
@@ -299,7 +299,7 @@
 	    :"memory");
 }
 
-static unsigned char __align8 vector128[8] =
+static const unsigned char __align8 vector128[8] =
   { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 };
 
 void put_signed_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size)