# HG changeset patch # User michael # Date 1201882882 0 # Node ID 2100739c6a22bed24078b7a9ef4b3558049dbb63 # Parent 64394c86a0530e7f204fa14a87cab1277d9caab4 const diff -r 64394c86a053 -r 2100739c6a22 xl.c --- a/xl.c Fri Feb 01 16:20:59 2008 +0000 +++ b/xl.c Fri Feb 01 16:21:22 2008 +0000 @@ -40,7 +40,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { VideoXLContext * const a = avctx->priv_data; AVFrame * const p= (AVFrame*)&a->pic;