From 2b307b38e3d77555c6da3a65573d781c0a991a5b Mon Sep 17 00:00:00 2001
From: Paul Wilkins <paulwilkins@google.com>
Date: Fri, 2 Dec 2011 15:06:15 +0000
Subject: [PATCH] CR/LF issue.

Change-Id: I95fab6f51967008acf1bc9e98fdb7bb56974807f
---
 vp8/encoder/onyx_if.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index c9d91aeaf9..d7abbaaaf8 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.
-- 
GitLab