shithub: libvpx

Download patch

ref: a7456144ce0ab98e015548dd7cda4165ad2a800c
parent: 891a87dccddfbb9fd625f4b32aa17ae3501f30a6
author: Marco Paniconi <marpan@google.com>
date: Wed Oct 5 11:45:48 EDT 2016

Revert "vp8/encoder/onyx_if.c: apply clang-format"

This reverts commit 891a87dccddfbb9fd625f4b32aa17ae3501f30a6.

Change-Id: I067b3b6a3cfb5bc760166999948b8087d4c5cb80

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -1769,10 +1769,8 @@
    * Currently there is no external control for this.
    * Enable it for error_resilient_mode, or for 1 pass CBR mode.
    */
-  cpi->cyclic_refresh_mode_enabled =
-      (cpi->oxcf.error_resilient_mode ||
-       (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER &&
-        cpi->oxcf.Mode <= 2));
+  cpi->cyclic_refresh_mode_enabled = (cpi->oxcf.error_resilient_mode ||
+      (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && cpi->oxcf.Mode <= 2));
   cpi->cyclic_refresh_mode_max_mbs_perframe =
       (cpi->common.mb_rows * cpi->common.mb_cols) / 7;
   if (cpi->oxcf.number_of_layers == 1) {