warning fixes

Originally committed as revision 1044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2002-10-15 15:24:08 +00:00
parent ac2830ecd3
commit d2975f8d4f
3 changed files with 20 additions and 11 deletions

View File

@@ -698,7 +698,7 @@ static inline int get_qscale(MpegEncContext *s)
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);