shithub: libvpx

Download patch

ref: b480d413e707a0007d99b43d0bd6ec79ddfd7f1d
parent: a4e7c6bd4db128493728d5a6bd870ff173920448
author: Ronald S. Bultje <rbultje@google.com>
date: Thu May 30 12:34:59 EDT 2013

Minor cosmetic changes.

Change-Id: Ieb4a8c97bf1b1dfb993f40a9a3ef3bed5ae7d948

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -113,8 +113,7 @@
   double new_mv_count;
   double duration;
   double count;
-}
-FIRSTPASS_STATS;
+} FIRSTPASS_STATS;
 
 typedef struct {
   int frames_so_far;
@@ -126,7 +125,6 @@
   double frame_mvr_abs;
   double frame_mvc;
   double frame_mvc_abs;
-
 } ONEPASS_FRAMESTATS;
 
 typedef struct {
@@ -198,8 +196,7 @@
   THR_COMP_SPLITLG,
   THR_COMP_SPLITLA,
   THR_COMP_SPLITGA,
-}
-THR_MODES;
+} THR_MODES;
 
 typedef enum {
   DIAMOND = 0,
--