Commit b480d413 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Gerrit Code Review
Browse files

Minor cosmetic changes.

Change-Id: Ieb4a8c97bf1b1dfb993f40a9a3ef3bed5ae7d948
parent a4e7c6bd
Branches
Tags
No related merge requests found
Showing with 2 additions and 5 deletions
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment