]> granicus.if.org Git - libvpx/commit
vp8: Allow for cyclic refresh even if error_resilience it off.
authorMarco <marpan@google.com>
Tue, 4 Oct 2016 21:13:17 +0000 (14:13 -0700)
committerMarco <marpan@google.com>
Tue, 4 Oct 2016 21:19:49 +0000 (14:19 -0700)
commit955b3b66bdfc127f07381448daff7ece442b3b6c
tree450ffe83569a0c1d7487ce50e945bb86ec41dd95
parent897870497024e4b6cbed4a6a7c1feeab438508f6
vp8: Allow for cyclic refresh even if error_resilience it off.

cyclic_refresh was tied to error_resilience mode.
Allow it to be on also for 1 pass CBR mode even if
error_resilience is off.

Other option to use new control for this, but prefer to avoid
that for now.

Change-Id: I3625b292ee059a890e31338b514e211bf0ab5c3e
vp8/encoder/onyx_if.c