Commit d9399c4b authored by Michael Niedermayer's avatar Michael Niedermayer

eamad: Remove redundant initialization of mv_map.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9ff43569
......@@ -204,8 +204,6 @@ static int decode_mb(MadContext *t, int inter)
mv_map = v ? get_bits(&s->gb, 6) : 63;
mv_x = decode_motion(&s->gb);
mv_y = decode_motion(&s->gb);
} else {
mv_map = 0;
}
}
......
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