]> granicus.if.org Git - libvpx/commitdiff
Minor cosmetic changes.
authorRonald S. Bultje <rbultje@google.com>
Thu, 30 May 2013 23:34:59 +0000 (16:34 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 31 May 2013 03:58:53 +0000 (20:58 -0700)
Change-Id: Ieb4a8c97bf1b1dfb993f40a9a3ef3bed5ae7d948

vp9/encoder/vp9_onyx_int.h

index ce62fb618d86f9fa13106c8184c093d058cef924..9e259762d2689c1f4c2b3fce84349a38a44e708c 100644 (file)
@@ -113,8 +113,7 @@ typedef struct {
   double new_mv_count;
   double duration;
   double count;
-}
-FIRSTPASS_STATS;
+} FIRSTPASS_STATS;
 
 typedef struct {
   int frames_so_far;
@@ -126,7 +125,6 @@ typedef struct {
   double frame_mvr_abs;
   double frame_mvc;
   double frame_mvc_abs;
-
 } ONEPASS_FRAMESTATS;
 
 typedef struct {
@@ -198,8 +196,7 @@ typedef enum {
   THR_COMP_SPLITLG,
   THR_COMP_SPLITLA,
   THR_COMP_SPLITGA,
-}
-THR_MODES;
+} THR_MODES;
 
 typedef enum {
   DIAMOND = 0,