# HG changeset patch # User michael # Date 1201875310 0 # Node ID cffdb71f0930550b0f1e5e93cf47583e43a493e2 # Parent 8f8017bdf4c8df05e10034fa4f1228c6da6b17b9 const diff -r 8f8017bdf4c8 -r cffdb71f0930 sonic.c --- a/sonic.c Fri Feb 01 14:10:56 2008 +0000 +++ b/sonic.c Fri Feb 01 14:15:10 2008 +0000 @@ -851,7 +851,7 @@ static int sonic_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { SonicContext *s = avctx->priv_data; GetBitContext gb;