Disable forced use of PRIMARY_REF_NONE
Disable this call until we decide on a final strategy for
ensuring frames after an E frame don't use a reference buffer that was
not refreshed
Change-Id: I02f9f7aa2b6c05b5538c0ce939b251deebe0ed36
diff --git a/test/error_resilience_test.cc b/test/error_resilience_test.cc
index 62cb6b8..8209a21 100644
--- a/test/error_resilience_test.cc
+++ b/test/error_resilience_test.cc
@@ -383,8 +383,8 @@
unsigned int post_error_resilient_frame_list[] = { 9, 10, 11, 12, 13, 14 };
SetNoMFMVFrames(num_post_error_resilient_frames,
post_error_resilient_frame_list);
- SetPrimaryRefNoneFrames(num_post_error_resilient_frames,
- post_error_resilient_frame_list);
+ // SetPrimaryRefNoneFrames(num_post_error_resilient_frames,
+ // post_error_resilient_frame_list);
// Set a few frames before the E frame that are lost (not decoded)
unsigned int num_error_frames = 5;