shithub: libvpx

Download patch

ref: 2b307b38e3d77555c6da3a65573d781c0a991a5b
parent: bba710fcbd1d815f65e8effb135cd5afe6330824
author: Paul Wilkins <paulwilkins@google.com>
date: Fri Dec 2 10:06:15 EST 2011

CR/LF issue.

Change-Id: I95fab6f51967008acf1bc9e98fdb7bb56974807f

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -579,7 +579,7 @@
 
 #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.
--