diff ps2/mpegvideo_mmi.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents c3fc09466f92
children f59c3f66363b
line wrap: on
line diff
--- a/ps2/mpegvideo_mmi.c	Mon Feb 10 22:43:30 2003 +0000
+++ b/ps2/mpegvideo_mmi.c	Tue Feb 11 16:35:48 2003 +0000
@@ -22,8 +22,8 @@
 #include "../mpegvideo.h"
 #include "../avcodec.h"
 
-void ff_mmi_idct_put(UINT8 *dest, int line_size, DCTELEM *block);
-void ff_mmi_idct_add(UINT8 *dest, int line_size, DCTELEM *block);
+void ff_mmi_idct_put(uint8_t *dest, int line_size, DCTELEM *block);
+void ff_mmi_idct_add(uint8_t *dest, int line_size, DCTELEM *block);
 
 
 static void dct_unquantize_h263_mmi(MpegEncContext *s,