diff jpeg.c @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents e308ea014922
children 3a17db1515e4
line wrap: on
line diff
--- a/jpeg.c	Mon Feb 10 09:35:32 2003 +0000
+++ b/jpeg.c	Tue Feb 11 16:35:48 2003 +0000
@@ -56,8 +56,8 @@
     }
 }
 
-static void img_copy(UINT8 *dst, int dst_wrap, 
-                     UINT8 *src, int src_wrap,
+static void img_copy(uint8_t *dst, int dst_wrap, 
+                     uint8_t *src, int src_wrap,
                      int width, int height)
 {
     for(;height > 0; height--) {