comparison 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
comparison
equal deleted inserted replaced
1063:fdeac9642346 1064:b32afefe7d33
54 return 0; 54 return 0;
55 } 55 }
56 56
57 static int cyuv_decode_frame(AVCodecContext *avctx, 57 static int cyuv_decode_frame(AVCodecContext *avctx,
58 void *data, int *data_size, 58 void *data, int *data_size,
59 UINT8 *buf, int buf_size) 59 uint8_t *buf, int buf_size)
60 { 60 {
61 CyuvDecodeContext *s=avctx->priv_data; 61 CyuvDecodeContext *s=avctx->priv_data;
62 62
63 unsigned char *y_plane; 63 unsigned char *y_plane;
64 unsigned char *u_plane; 64 unsigned char *u_plane;