# HG changeset patch # User michael # Date 1201874822 0 # Node ID f9d2ca73e3b6823af89c995bcda2659329e80417 # Parent 8705a4d4904f4ce284eb493b8eaa48ab6032a1e4 const diff -r 8705a4d4904f -r f9d2ca73e3b6 shorten.c --- a/shorten.c Fri Feb 01 14:06:54 2008 +0000 +++ b/shorten.c Fri Feb 01 14:07:02 2008 +0000 @@ -268,7 +268,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { ShortenContext *s = avctx->priv_data; int i, input_buf_size = 0;