vp8_set_maps.c: silence some type warnings
Change-Id: I371863fc68f4984a223a684f9e89b25e9991e1e7
This commit is contained in:
parent
cebda1b65c
commit
7474aebf8c
@ -201,7 +201,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
if(frame_cnt + 1 == 22) {
|
if(frame_cnt + 1 == 22) {
|
||||||
vpx_roi_map_t roi;
|
vpx_roi_map_t roi;
|
||||||
int i;
|
unsigned int i;
|
||||||
|
|
||||||
roi.rows = cfg.g_h/16;
|
roi.rows = cfg.g_h/16;
|
||||||
roi.cols = cfg.g_w/16;
|
roi.cols = cfg.g_w/16;
|
||||||
@ -232,7 +232,7 @@ int main(int argc, char **argv) {
|
|||||||
free(roi.roi_map);
|
free(roi.roi_map);
|
||||||
} else if(frame_cnt + 1 == 33) {
|
} else if(frame_cnt + 1 == 33) {
|
||||||
vpx_active_map_t active;
|
vpx_active_map_t active;
|
||||||
int i;
|
unsigned int i;
|
||||||
|
|
||||||
active.rows = cfg.g_h/16;
|
active.rows = cfg.g_h/16;
|
||||||
active.cols = cfg.g_w/16;
|
active.cols = cfg.g_w/16;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user