* const warn elimination

Originally committed as revision 2846 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2004-03-05 14:09:12 +00:00
parent 62c438a241
commit 49a37411f3
1 changed files with 1 additions and 1 deletions

View File

@ -2288,7 +2288,7 @@ eos: // end of slice
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;