mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
warning fixes
Originally committed as revision 1044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user