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
069cc313
Commit
069cc313
authored
Sep 06, 2017
by
Yaowu Xu
Browse files
Silent compiler warning of unused variable
Change-Id: I1b921e79484e78a272c4f62e30cb85631a65ac25
parent
a60dc9d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/pickrst.c
View file @
069cc313
...
...
@@ -364,6 +364,9 @@ static void search_selfguided_restoration(uint8_t *dat8, int width, int height,
pu_width
==
RESTORATION_PROC_UNIT_SIZE
);
assert
(
pu_height
==
(
RESTORATION_PROC_UNIT_SIZE
>>
1
)
||
pu_height
==
RESTORATION_PROC_UNIT_SIZE
);
#if !CONFIG_HIGHBITDEPTH
(
void
)
bit_depth
;
#endif
for
(
ep
=
0
;
ep
<
SGRPROJ_PARAMS
;
ep
++
)
{
int
exq
[
2
];
...
...
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