comparison imc.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 9f8219a3b86f
children e0601aa8ebef
comparison
equal deleted inserted replaced
6217:f838213ca91b 6218:dfdff1ca78a7
623 return 0; 623 return 0;
624 } 624 }
625 625
626 static int imc_decode_frame(AVCodecContext * avctx, 626 static int imc_decode_frame(AVCodecContext * avctx,
627 void *data, int *data_size, 627 void *data, int *data_size,
628 uint8_t * buf, int buf_size) 628 const uint8_t * buf, int buf_size)
629 { 629 {
630 630
631 IMCContext *q = avctx->priv_data; 631 IMCContext *q = avctx->priv_data;
632 632
633 int stream_format_code; 633 int stream_format_code;