catch all for new block sizes

Just make sure we don't stop them from testing in speed 1.

Change-Id: Iec9b3dba0a32616ff7a451207e0f54b81bb72575
This commit is contained in:
Jim Bankoski 2013-04-19 09:48:56 -07:00
parent b6ef0823c5
commit afb04eb211

View File

@ -4375,6 +4375,9 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
}
break;
default:
// Until we handle all block sizes set it to present;
ref_frame_mask = 0xff;
mode_mask = 0xff;
break;
}
}