Mercurial > libavcodec.hg
changeset 6249:f9d2ca73e3b6 libavcodec
const
author | michael |
---|---|
date | Fri, 01 Feb 2008 14:07:02 +0000 |
parents | 8705a4d4904f |
children | a56227a0b738 |
files | shorten.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;