Mercurial > libavcodec.hg
comparison mmvideo.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 |
|---|---|
| 148 } | 148 } |
| 149 } | 149 } |
| 150 | 150 |
| 151 static int mm_decode_frame(AVCodecContext *avctx, | 151 static int mm_decode_frame(AVCodecContext *avctx, |
| 152 void *data, int *data_size, | 152 void *data, int *data_size, |
| 153 uint8_t *buf, int buf_size) | 153 const uint8_t *buf, int buf_size) |
| 154 { | 154 { |
| 155 MmContext *s = avctx->priv_data; | 155 MmContext *s = avctx->priv_data; |
| 156 AVPaletteControl *palette_control = avctx->palctrl; | 156 AVPaletteControl *palette_control = avctx->palctrl; |
| 157 int type; | 157 int type; |
| 158 | 158 |
