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
d2b1fe4a
Commit
d2b1fe4a
authored
Oct 12, 2016
by
Sarah Parker
Committed by
Gerrit Code Review
Oct 12, 2016
Browse files
Merge "Fix inconsistency in gm parameter write to bitstream" into nextgenv2
parents
445ae93e
689b0cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/bitstream.c
View file @
d2b1fe4a
...
...
@@ -3538,10 +3538,10 @@ static uint32_t write_compressed_header(AV1_COMP *cpi, uint8_t *data) {
#if CONFIG_SUPERTX
if
(
!
xd
->
lossless
[
0
])
update_supertx_probs
(
cm
,
header_bc
);
#endif // CONFIG_SUPERTX
}
#if CONFIG_GLOBAL_MOTION
write_global_motion
(
cpi
,
header_bc
);
write_global_motion
(
cpi
,
header_bc
);
#endif // CONFIG_GLOBAL_MOTION
}
#if CONFIG_ANS
ans_write_init
(
&
header_ans
,
data
);
buf_ans_flush
(
header_bc
,
&
header_ans
);
...
...
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