comparison wmadec.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 19de1445beb2
children 1e39f273ecd6
comparison
equal deleted inserted replaced
1063:fdeac9642346 1064:b32afefe7d33
1213 return 0; 1213 return 0;
1214 } 1214 }
1215 1215
1216 static int wma_decode_superframe(AVCodecContext *avctx, 1216 static int wma_decode_superframe(AVCodecContext *avctx,
1217 void *data, int *data_size, 1217 void *data, int *data_size,
1218 UINT8 *buf, int buf_size) 1218 uint8_t *buf, int buf_size)
1219 { 1219 {
1220 WMADecodeContext *s = avctx->priv_data; 1220 WMADecodeContext *s = avctx->priv_data;
1221 int nb_frames, bit_offset, i, pos, len; 1221 int nb_frames, bit_offset, i, pos, len;
1222 uint8_t *q; 1222 uint8_t *q;
1223 int16_t *samples; 1223 int16_t *samples;