diff mpeg12.c @ 1861:ebad34888002 libavcodec

* const warn elimination
author kabi
date Fri, 05 Mar 2004 14:09:12 +0000
parents ea2a4058441c
children 126e075e6034
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;