Commit 21108d80 authored by Paul Wilkins's avatar Paul Wilkins
Browse files

Fixed typo on #define name

SE_LVL_EOB => SEG_LVL_EOB

Change-Id: I6d10169878a709bc9b82f03e5d5903c629fa7679
parent 9ded6e37
Showing with 1 addition and 1 deletion
...@@ -353,7 +353,7 @@ BLOCK_LOOP_8x8: ...@@ -353,7 +353,7 @@ BLOCK_LOOP_8x8:
VP8_COMBINEENTROPYCONTEXTS_8x8(v, *a, *l, *a1, *l1); VP8_COMBINEENTROPYCONTEXTS_8x8(v, *a, *l, *a1, *l1);
if ( segfeature_active( x, segment_id, SEG_LVL_EOB ) ) 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 else
seg_eob = 64; seg_eob = 64;
......
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