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
f180945c
Commit
f180945c
authored
Jun 16, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Jun 16, 2016
Browse files
Merge "Fix ubsan warning: vp8/encoder/onyx_ifc"
parents
77318b0a
354e70dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/onyx_if.c
View file @
f180945c
...
...
@@ -5222,7 +5222,7 @@ static void Pass2Encode(VP8_COMP *cpi, unsigned long *size, unsigned char *dest,
vp8_second_pass
(
cpi
);
encode_frame_to_data_rate
(
cpi
,
size
,
dest
,
dest_end
,
frame_flags
);
cpi
->
twopass
.
bits_left
-=
8
*
*
size
;
cpi
->
twopass
.
bits_left
-=
8
*
(
int
)(
*
size
)
;
if
(
!
cpi
->
common
.
refresh_alt_ref_frame
)
{
...
...
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