Mercurial > libavcodec.hg
changeset 1861:ebad34888002 libavcodec
* const warn elimination
author | kabi |
---|---|
date | Fri, 05 Mar 2004 14:09:12 +0000 |
parents | 7072086a0dd3 |
children | 126e075e6034 |
files | mpeg12.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg12.c Fri Mar 05 14:08:33 2004 +0000 +++ b/mpeg12.c Fri Mar 05 14:09:12 2004 +0000 @@ -2288,7 +2288,7 @@ static int slice_decode_thread(AVCodecContext *c, void *arg){ MpegEncContext *s= arg; - uint8_t *buf= s->gb.buffer; + const uint8_t *buf= s->gb.buffer; int mb_y= s->start_mb_y; s->error_count= 3*(s->end_mb_y - s->start_mb_y)*s->mb_width;