Mercurial > libavcodec.hg
changeset 6280:b79673718ed8 libavcodec
some const
author | michael |
---|---|
date | Fri, 01 Feb 2008 15:53:25 +0000 |
parents | a6b0998e45d1 |
children | 56d2853cd7c3 |
files | svq1dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/svq1dec.c Fri Feb 01 15:44:27 2008 +0000 +++ b/svq1dec.c Fri Feb 01 15:53:25 2008 +0000 @@ -641,7 +641,7 @@ static int svq1_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { MpegEncContext *s=avctx->priv_data; uint8_t *current, *previous;