Remove goldfreq in VP8_COMP
goldfreq can be replaced by DEFAULT_GF_INTERVAL. Change-Id: I3659a9e7b9a6be9cb1952a1838e02c20d656e369
This commit is contained in:
@@ -323,7 +323,7 @@ void vp8_setup_key_frame(VP8_COMP *cpi)
|
||||
//cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL;
|
||||
cpi->frames_till_gf_update_due = cpi->baseline_gf_interval;
|
||||
else
|
||||
cpi->frames_till_gf_update_due = cpi->goldfreq;
|
||||
cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL;
|
||||
|
||||
cpi->common.refresh_golden_frame = 1;
|
||||
cpi->common.refresh_alt_ref_frame = 1;
|
||||
|
||||
Reference in New Issue
Block a user