comparison dxa.c @ 6267:8af6a717f905 libavcodec

const
author michael
date Fri, 01 Feb 2008 15:10:01 +0000
parents 2b72f9bc4f06
children 48759bfbd073
comparison
equal deleted inserted replaced
6266:6e160e75eb9c 6267:8af6a717f905
185 ref += stride * 4; 185 ref += stride * 4;
186 } 186 }
187 return 0; 187 return 0;
188 } 188 }
189 189
190 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) 190 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
191 { 191 {
192 DxaDecContext * const c = avctx->priv_data; 192 DxaDecContext * const c = avctx->priv_data;
193 uint8_t *outptr, *srcptr, *tmpptr; 193 uint8_t *outptr, *srcptr, *tmpptr;
194 unsigned long dsize; 194 unsigned long dsize;
195 int i, j, compr; 195 int i, j, compr;