comparison mpc7.c @ 6218:dfdff1ca78a7 libavcodec

consts I have underestimated this a little, and these are just some ...
author michael
date Fri, 01 Feb 2008 03:26:31 +0000
parents 2cc044ac80d4
children 67986191913d
comparison
equal deleted inserted replaced
6217:f838213ca91b 6218:dfdff1ca78a7
156 } 156 }
157 } 157 }
158 158
159 static int mpc7_decode_frame(AVCodecContext * avctx, 159 static int mpc7_decode_frame(AVCodecContext * avctx,
160 void *data, int *data_size, 160 void *data, int *data_size,
161 uint8_t * buf, int buf_size) 161 const uint8_t * buf, int buf_size)
162 { 162 {
163 MPCContext *c = avctx->priv_data; 163 MPCContext *c = avctx->priv_data;
164 GetBitContext gb; 164 GetBitContext gb;
165 uint8_t *bits; 165 uint8_t *bits;
166 int i, ch, t; 166 int i, ch, t;