summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/onyx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index c9d91aeaf..d7abbaaaf 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -579,7 +579,7 @@ static void init_seg_features(VP8_COMP *cpi)
#if CONFIG_T8X8
{
- vp8_disable_segmentation((VP8_PTR)cpi);
+ vp8_disable_segmentation((VP8_PTR)cpi);
clearall_segfeatures(xd);
vp8_enable_segmentation((VP8_PTR)cpi);
// 8x8TX test code.