Merge "fix a bug that "optimize" flag is not set for sub-threads"
This commit is contained in:
commit
3ac73173a4
@ -281,6 +281,7 @@ static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc)
|
|||||||
z->vp8_short_fdct8x4 = x->vp8_short_fdct8x4;
|
z->vp8_short_fdct8x4 = x->vp8_short_fdct8x4;
|
||||||
z->short_walsh4x4 = x->short_walsh4x4;
|
z->short_walsh4x4 = x->short_walsh4x4;
|
||||||
z->quantize_b = x->quantize_b;
|
z->quantize_b = x->quantize_b;
|
||||||
|
z->optimize = x->optimize;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
z->mvc = x->mvc;
|
z->mvc = x->mvc;
|
||||||
|
Loading…
Reference in New Issue
Block a user