Mercurial > libavcodec.hg
changeset 6279:a6b0998e45d1 libavcodec
some const
author | michael |
---|---|
date | Fri, 01 Feb 2008 15:44:27 +0000 |
parents | 1454981691cb |
children | b79673718ed8 |
files | roqvideodec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roqvideodec.c Fri Feb 01 15:43:53 2008 +0000 +++ b/roqvideodec.c Fri Feb 01 15:44:27 2008 +0000 @@ -171,7 +171,7 @@ static int roq_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { RoqContext *s = avctx->priv_data; int copy= !s->current_frame->data[0];