Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
e9b61724
Commit
e9b61724
authored
Jun 17, 2016
by
Johann Koenig
Committed by
Gerrit Code Review
Jun 17, 2016
Browse files
Merge "VP8_COMP: make frames_since_golden signed"
parents
cf2bfcd9
f4b5330c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/onyx_int.h
View file @
e9b61724
...
...
@@ -371,7 +371,7 @@ typedef struct VP8_COMP
double
key_frame_rate_correction_factor
;
double
gf_rate_correction_factor
;
unsigned
int
frames_since_golden
;
int
frames_since_golden
;
/* Count down till next GF */
int
frames_till_gf_update_due
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment