diff ps2/dsputil_mmi.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 3c6df37177dd
children f59c3f66363b
line wrap: on
line diff
--- a/ps2/dsputil_mmi.c	Mon Feb 10 22:43:30 2003 +0000
+++ b/ps2/dsputil_mmi.c	Tue Feb 11 16:35:48 2003 +0000
@@ -41,7 +41,7 @@
 }
 
 
-static void get_pixels_mmi(DCTELEM *block, const UINT8 *pixels, int line_size)
+static void get_pixels_mmi(DCTELEM *block, const uint8_t *pixels, int line_size)
 {
     int i;
     for(i=0;i<8;i++) {