Set owf default to auto.

This commit is contained in:
Ari Koivula 2014-12-05 15:21:46 +02:00
parent 51b5692121
commit 129c8e38e0

View file

@ -90,7 +90,7 @@ int config_init(config *cfg)
cfg->tiles_height_split = NULL; cfg->tiles_height_split = NULL;
cfg->wpp = 0; cfg->wpp = 0;
cfg->owf = 0; cfg->owf = -1;
cfg->slice_count = 1; cfg->slice_count = 1;
cfg->slice_addresses_in_ts = MALLOC(int32_t, 1); cfg->slice_addresses_in_ts = MALLOC(int32_t, 1);
cfg->slice_addresses_in_ts[0] = 0; cfg->slice_addresses_in_ts[0] = 0;