]> granicus.if.org Git - libvpx/commitdiff
Revert "Revert "vp8/encoder/onyx_if.c: apply clang-format""
authorMarco Paniconi <marpan@google.com>
Wed, 5 Oct 2016 17:59:55 +0000 (17:59 +0000)
committerMarco Paniconi <marpan@google.com>
Wed, 5 Oct 2016 17:59:55 +0000 (17:59 +0000)
This reverts commit a7456144ce0ab98e015548dd7cda4165ad2a800c.

Change-Id: I400987fb26a09e9b9ea42c91f48ea12f7bc37356

vp8/encoder/onyx_if.c

index acf181c513458b03a3a69c3e38de9d000e54bb04..c3327b9d600ecc19f56fd1471eff876beb90775a 100644 (file)
@@ -1769,8 +1769,10 @@ struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf) {
    * 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) {