# HG changeset patch # User michael # Date 1201877436 0 # Node ID 8d57e5a33dbd94ec9e5cc8d2d6c96c8bcea91027 # Parent a0797336b964dda79a2925743ba362cdd86f2531 const diff -r a0797336b964 -r 8d57e5a33dbd cscd.c --- 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;