Silence int64 to int warning
Change-Id: Ic97ddd5143425a7b63fac4e40d9740a10a0491ad
This commit is contained in:
parent
9f17ff452b
commit
fdc73955f0
@ -359,7 +359,7 @@ static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf,
|
||||
memcpy(oxcf->ss_target_bitrate, cfg.ss_target_bitrate,
|
||||
sizeof(cfg.ss_target_bitrate));
|
||||
} else if (oxcf->ss_number_layers == 1) {
|
||||
oxcf->ss_target_bitrate[0] = oxcf->target_bandwidth;
|
||||
oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
|
||||
}
|
||||
|
||||
oxcf->ts_number_layers = cfg.ts_number_layers;
|
||||
|
Loading…
x
Reference in New Issue
Block a user