Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
12de7e2a
Commit
12de7e2a
authored
Oct 07, 2015
by
James Zern
Committed by
Gerrit Code Review
Oct 07, 2015
Browse files
Merge "vpxdec: quiet signed/unsigned warning"
parents
05b4e181
fcf1609b
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 @
12de7e2a
...
...
@@ -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