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
ef4af297
Commit
ef4af297
authored
Nov 01, 2017
by
Pavel Frolov
Browse files
Signal sb_size for intra-only frames.
BUG=aomedia:938 Change-Id: Ic730ac1136e915d193f3b48f7788baa093e7ff0f
parent
90024e44
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/bitstream.c
View file @
ef4af297
...
...
@@ -3975,6 +3975,7 @@ static void write_uncompressed_header_frame(AV1_COMP *cpi,
#else
write_frame_size
(
cm
,
wb
);
#endif
write_sb_size
(
cm
,
wb
);
#if CONFIG_ANS && ANS_MAX_SYMBOLS
assert
(
cpi
->
common
.
ans_window_size_log2
>=
8
);
...
...
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