# HG changeset patch # User michael # Date 1201881527 0 # Node ID 838520e2b6f0a51680059afee63af5cc882cc5bb # Parent 07eeefc2825fafd4366d72527996d3834b95e451 const diff -r 07eeefc2825f -r 838520e2b6f0 tta.c --- a/tta.c Fri Feb 01 15:58:29 2008 +0000 +++ b/tta.c Fri Feb 01 15:58:47 2008 +0000 @@ -287,7 +287,7 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { TTAContext *s = avctx->priv_data; int i;