diff svq1.c @ 1064:b32afefe7d33 libavcodec

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