diff cyuv.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents f874e2122d45
children 1e39f273ecd6
line wrap: on
line diff
--- a/cyuv.c	Mon Feb 10 22:43:30 2003 +0000
+++ b/cyuv.c	Tue Feb 11 16:35:48 2003 +0000
@@ -56,7 +56,7 @@
 
 static int cyuv_decode_frame(AVCodecContext *avctx, 
                              void *data, int *data_size,
-                             UINT8 *buf, int buf_size)
+                             uint8_t *buf, int buf_size)
 {
     CyuvDecodeContext *s=avctx->priv_data;