comparison ulti.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 2b72f9bc4f06
children 48759bfbd073
comparison
equal deleted inserted replaced
6217:f838213ca91b 6218:dfdff1ca78a7
198 ulti_convert_yuv(frame, x, y, Luma, chroma); 198 ulti_convert_yuv(frame, x, y, Luma, chroma);
199 } 199 }
200 200
201 static int ulti_decode_frame(AVCodecContext *avctx, 201 static int ulti_decode_frame(AVCodecContext *avctx,
202 void *data, int *data_size, 202 void *data, int *data_size,
203 uint8_t *buf, int buf_size) 203 const uint8_t *buf, int buf_size)
204 { 204 {
205 UltimotionDecodeContext *s=avctx->priv_data; 205 UltimotionDecodeContext *s=avctx->priv_data;
206 int modifier = 0; 206 int modifier = 0;
207 int uniq = 0; 207 int uniq = 0;
208 int mode = 0; 208 int mode = 0;