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
2a050620
Commit
2a050620
authored
Aug 21, 2012
by
Christian Duvivier
Browse files
Fix warning.
Change-Id: I99311811820169d62fda3febac4bafacfc7a538b
parent
6612a43c
Changes
1
Show whitespace changes
Inline
Side-by-side
vp8/encoder/onyx_if.c
View file @
2a050620
...
...
@@ -630,7 +630,6 @@ static void update_reference_segmentation_map(VP8_COMP *cpi) {
for
(
row
=
0
;
row
<
sb_rows
;
row
++
)
{
for
(
col
=
0
;
col
<
sb_cols
;
col
++
)
{
MODE_INFO
*
miptr
=
mi
+
col
*
2
;
uint8_t
*
seg
=
segmap
+
col
*
2
;
uint8_t
*
cache
=
segcache
+
col
*
2
;
#if CONFIG_SUPERBLOCKS
if
(
miptr
->
mbmi
.
encoded_as_sb
)
{
...
...
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