Skip to content
GitLab
Menu
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
100dfc9e
Commit
100dfc9e
authored
Jun 02, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Jun 02, 2016
Browse files
Merge "firstpass.c: fix an UBSAN/IOC error"
parents
bacc67f4
fd500f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/firstpass.c
View file @
100dfc9e
...
...
@@ -2808,7 +2808,8 @@ static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
* static scene.
*/
if
(
detect_transition_to_still
(
cpi
,
i
,
(
cpi
->
key_frame_frequency
-
i
),
((
int
)(
cpi
->
key_frame_frequency
)
-
(
int
)
i
),
loop_decay_rate
,
decay_accumulator
)
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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