Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
875da8c6
Commit
875da8c6
authored
Feb 09, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant void statement
Change-Id: Ia9ccba156a8a3ada6928be53eb6258fb68b6c9f1
parent
6d5d4395
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vp10/decoder/decodemv.c
vp10/decoder/decodemv.c
+0
-3
No files found.
vp10/decoder/decodemv.c
View file @
875da8c6
...
...
@@ -1279,9 +1279,6 @@ static void read_inter_frame_mode_info(VP10Decoder *const pbi,
#if CONFIG_VAR_TX
BLOCK_SIZE
bsize
=
mbmi
->
sb_type
;
#endif // CONFIG_VAR_TX
#if CONFIG_SUPERTX
(
void
)
supertx_enabled
;
#endif // CONFIG_SUPERTX
mbmi
->
mv
[
0
].
as_int
=
0
;
mbmi
->
mv
[
1
].
as_int
=
0
;
...
...
Write
Preview
Markdown
is supported
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