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
9602ed88
Commit
9602ed88
authored
Feb 05, 2014
by
James Zern
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Merge "vp8_set_maps.c: silence some type warnings"
parents
09014580
7474aebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vp8_set_maps.c
View file @
9602ed88
...
...
@@ -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