Mercurial > libavcodec.hg
diff mpeg12.c @ 751:cbe316f082bc libavcodec
warning fixes
| author | michaelni |
|---|---|
| date | Tue, 15 Oct 2002 15:24:08 +0000 |
| parents | 585c163c225a |
| children | d4cc92144266 |
line wrap: on
line diff
--- a/mpeg12.c Mon Oct 14 19:53:04 2002 +0000 +++ b/mpeg12.c Tue Oct 15 15:24:08 2002 +0000 @@ -698,7 +698,7 @@ static int mpeg_decode_mb(MpegEncContext *s, DCTELEM block[6][64]) { - int i, j, k, cbp, val, code, mb_type, motion_type; + int i, j, k, cbp, val, mb_type, motion_type; dprintf("decode_mb: x=%d y=%d\n", s->mb_x, s->mb_y);
