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
fd500f95
Commit
fd500f95
authored
May 31, 2016
by
Yaowu Xu
Browse files
firstpass.c: fix an UBSAN/IOC error
Change-Id: I579286e6741b689ae4281a35beb7b8f95c3ffce5
parent
6382727d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/firstpass.c
View file @
fd500f95
...
...
@@ -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