Commit 49b9badc authored by Tim Walker's avatar Tim Walker Committed by Luca Barbato

vc1: Enable the interlaced B-frame codepath.

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 6d98959c
......@@ -1188,7 +1188,6 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
if (v->bfraction == 0) {
return -1;
}
return -1; // This codepath is still incomplete thus it is disabled
}
if (v->extended_mv)
v->mvrange = get_unary(gb, 0, 3);
......
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