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
db4ccd42
Commit
db4ccd42
authored
Sep 08, 2017
by
Luc Trudeau
Browse files
Remove useless (void)s
Change-Id: I70a4dd8095276eb53050eacca2ee33ba39e7cc74
parent
12231bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodeframe.c
View file @
db4ccd42
...
...
@@ -5814,9 +5814,6 @@ static void sum_intra_stats(FRAME_COUNTS *counts, MACROBLOCKD *xd,
const
PREDICTION_MODE
y_mode
=
mbmi
->
mode
;
const
UV_PREDICTION_MODE
uv_mode
=
mbmi
->
uv_mode
;
(
void
)
counts
;
(
void
)
above_mi
;
(
void
)
left_mi
;
(
void
)
intraonly
;
const
BLOCK_SIZE
bsize
=
mbmi
->
sb_type
;
const
int
unify_bsize
=
CONFIG_CB4X4
;
...
...
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