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
Guillaume Martres
aom-rav1e
Commits
fcf1609b
Commit
fcf1609b
authored
Oct 06, 2015
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vpxdec: quiet signed/unsigned warning
Change-Id: I93c56dfa547af9b2f2b96c4f85fd9862ea67af62
parent
ce3f4ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpxdec.c
vpxdec.c
+1
-1
No files found.
vpxdec.c
View file @
fcf1609b
...
...
@@ -562,7 +562,7 @@ static int main_loop(int argc, const char **argv_) {
int
opt_i420
=
0
;
vpx_codec_dec_cfg_t
cfg
=
{
0
,
0
,
0
};
#if CONFIG_VP9_HIGHBITDEPTH
int
output_bit_depth
=
0
;
unsigned
int
output_bit_depth
=
0
;
#endif
#if CONFIG_VP8_DECODER
vp8_postproc_cfg_t
vp8_pp_cfg
=
{
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