Commit 83642f9d authored by kabi's avatar kabi

* const warn elimination


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c2b9db53
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment