comparison mpc8.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 ad73103623ab
children 8e63d869a904
comparison
equal deleted inserted replaced
6217:f838213ca91b 6218:dfdff1ca78a7
180 return 0; 180 return 0;
181 } 181 }
182 182
183 static int mpc8_decode_frame(AVCodecContext * avctx, 183 static int mpc8_decode_frame(AVCodecContext * avctx,
184 void *data, int *data_size, 184 void *data, int *data_size,
185 uint8_t * buf, int buf_size) 185 const uint8_t * buf, int buf_size)
186 { 186 {
187 MPCContext *c = avctx->priv_data; 187 MPCContext *c = avctx->priv_data;
188 GetBitContext gb2, *gb = &gb2; 188 GetBitContext gb2, *gb = &gb2;
189 int i, j, k, ch, cnt, res, t; 189 int i, j, k, ch, cnt, res, t;
190 Band *bands = c->bands; 190 Band *bands = c->bands;