Fixed typo on #define name
SE_LVL_EOB => SEG_LVL_EOB Change-Id: I6d10169878a709bc9b82f03e5d5903c629fa7679
This commit is contained in:
parent
9ded6e375a
commit
21108d800c
@ -353,7 +353,7 @@ BLOCK_LOOP_8x8:
|
||||
VP8_COMBINEENTROPYCONTEXTS_8x8(v, *a, *l, *a1, *l1);
|
||||
if ( segfeature_active( x, segment_id, SEG_LVL_EOB ) )
|
||||
{
|
||||
seg_eob = get_segdata( x, segment_id, SE_LVL_EOB );
|
||||
seg_eob = get_segdata( x, segment_id, SEG_LVL_EOB );
|
||||
}
|
||||
else
|
||||
seg_eob = 64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user