]> granicus.if.org Git - libvpx/commitdiff
Fixed typo on #define name
authorPaul Wilkins <paulwilkins@google.com>
Mon, 13 Feb 2012 12:06:18 +0000 (12:06 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 13 Feb 2012 12:06:18 +0000 (12:06 +0000)
SE_LVL_EOB => SEG_LVL_EOB

Change-Id: I6d10169878a709bc9b82f03e5d5903c629fa7679

vp8/decoder/detokenize.c

index 394ed8910b8e998efddf0a0fe2bc530447c5df4b..905c29ec4587997b0f08f60ab9e078328fc95fe9 100644 (file)
@@ -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;