mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Set owf default to auto.
This commit is contained in:
parent
51b5692121
commit
129c8e38e0
|
@ -90,7 +90,7 @@ int config_init(config *cfg)
|
|||
cfg->tiles_height_split = NULL;
|
||||
|
||||
cfg->wpp = 0;
|
||||
cfg->owf = 0;
|
||||
cfg->owf = -1;
|
||||
cfg->slice_count = 1;
|
||||
cfg->slice_addresses_in_ts = MALLOC(int32_t, 1);
|
||||
cfg->slice_addresses_in_ts[0] = 0;
|
||||
|
|
Loading…
Reference in a new issue