comparison rv34.c @ 8242:91a340f25c8c libavcodec

Update ff_rv34_decode_frame() arguments definition
author kostya
date Tue, 02 Dec 2008 17:35:38 +0000
parents 6771b3544991
children d5949e5d36f3
comparison
equal deleted inserted replaced
8241:585572f14e2c 8242:91a340f25c8c
1349 else return AV_RL32(buf + n*8 - 4) == 1 ? AV_RL32(buf + n*8) : AV_RB32(buf + n*8); 1349 else return AV_RL32(buf + n*8 - 4) == 1 ? AV_RL32(buf + n*8) : AV_RB32(buf + n*8);
1350 } 1350 }
1351 1351
1352 int ff_rv34_decode_frame(AVCodecContext *avctx, 1352 int ff_rv34_decode_frame(AVCodecContext *avctx,
1353 void *data, int *data_size, 1353 void *data, int *data_size,
1354 uint8_t *buf, int buf_size) 1354 const uint8_t *buf, int buf_size)
1355 { 1355 {
1356 RV34DecContext *r = avctx->priv_data; 1356 RV34DecContext *r = avctx->priv_data;
1357 MpegEncContext *s = &r->s; 1357 MpegEncContext *s = &r->s;
1358 AVFrame *pict = data; 1358 AVFrame *pict = data;
1359 SliceInfo si; 1359 SliceInfo si;