Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
7474aebf
Commit
7474aebf
authored
Feb 05, 2014
by
James Zern
Browse files
vp8_set_maps.c: silence some type warnings
Change-Id: I371863fc68f4984a223a684f9e89b25e9991e1e7
parent
cebda1b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vp8_set_maps.c
View file @
7474aebf
...
...
@@ -201,7 +201,7 @@ int main(int argc, char **argv) {
if
(
frame_cnt
+
1
==
22
)
{
vpx_roi_map_t
roi
;
int
i
;
unsigned
int
i
;
roi
.
rows
=
cfg
.
g_h
/
16
;
roi
.
cols
=
cfg
.
g_w
/
16
;
...
...
@@ -232,7 +232,7 @@ int main(int argc, char **argv) {
free
(
roi
.
roi_map
);
}
else
if
(
frame_cnt
+
1
==
33
)
{
vpx_active_map_t
active
;
int
i
;
unsigned
int
i
;
active
.
rows
=
cfg
.
g_h
/
16
;
active
.
cols
=
cfg
.
g_w
/
16
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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