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
281def73
Commit
281def73
authored
Apr 12, 2017
by
Yaowu Xu
Browse files
Avoid out of bound read
Change-Id: I1620ee72fa212c958cb061706c440ba407c805c0
parent
c8ab0bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodeframe.c
View file @
281def73
...
...
@@ -3687,7 +3687,7 @@ static void rd_pick_partition(const AV1_COMP *const cpi, ThreadData *td,
has_rows
,
has_cols
,
#endif
bsize
)
:
-
1
;
:
0
;
#else
const
int
unify_bsize
=
0
;
const
int
pl
=
partition_plane_context
(
xd
,
mi_row
,
mi_col
,
...
...
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