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
85187243
Commit
85187243
authored
Mar 06, 2016
by
Nathan Egge
Committed by
Nathan Egge
Mar 07, 2016
Browse files
Fix compiler warning in od_dering.c.
Change-Id: I4616af430ebbe43ced6f91ccf67a4fc0f40ba3bf
parent
485d6a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/common/od_dering.c
View file @
85187243
...
@@ -313,6 +313,7 @@ void od_dering(const od_dering_opt_vtbl *vtbl, int16_t *y, int ystride,
...
@@ -313,6 +313,7 @@ void od_dering(const od_dering_opt_vtbl *vtbl, int16_t *y, int ystride,
}
}
}
}
#else
#else
(
void
)
overlap
;
skip
=
bskip
[
by
*
skip_stride
+
bx
];
skip
=
bskip
[
by
*
skip_stride
+
bx
];
#endif
#endif
if
(
skip
)
thresh
[
by
][
bx
]
=
0
;
if
(
skip
)
thresh
[
by
][
bx
]
=
0
;
...
...
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