Mercurial > libavcodec.hg
diff cscd.c @ 6262:8d57e5a33dbd libavcodec
const
| author | michael |
|---|---|
| date | Fri, 01 Feb 2008 14:50:36 +0000 |
| parents | f99e40a7155b |
| children | 5f4bdfd1aa0e |
line wrap: on
line diff
--- a/cscd.c Fri Feb 01 14:37:36 2008 +0000 +++ b/cscd.c Fri Feb 01 14:50:36 2008 +0000 @@ -135,7 +135,7 @@ #endif static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) { + const uint8_t *buf, int buf_size) { CamStudioContext *c = avctx->priv_data; AVFrame *picture = data;
