Parall -> Parallel

Change-Id: I565fef382fa17a00d5ae54e980ef14d9f0ad4f55
This commit is contained in:
Johann 2015-03-25 12:45:27 -07:00
parent e865be95bf
commit ba13ff8501

View File

@ -29,7 +29,7 @@ namespace {
enum DecodeMode {
kSerialMode,
kFrameParallMode
kFrameParallelMode
};
const int kDecodeMode = 0;
@ -95,7 +95,7 @@ TEST_P(TestVectorTest, MD5Match) {
vpx_codec_dec_cfg_t cfg = {0};
char str[256];
if (mode == kFrameParallMode) {
if (mode == kFrameParallelMode) {
flags |= VPX_CODEC_USE_FRAME_THREADING;
}