Commit f8b9f11c authored by John Koleszar's avatar John Koleszar
Browse files

Tweak DropFramesWithoutRecovery params

The previous parameters did not pass with VP8.

Change-Id: I1505171fbd713d21029541828ebdbe4c7dea79b8
parent 3ca5b35c
Branches
Tags
No related merge requests found
Showing with 1 addition and 2 deletions
...@@ -182,8 +182,7 @@ TEST_P(ErrorResilienceTest, OnVersusOff) { ...@@ -182,8 +182,7 @@ TEST_P(ErrorResilienceTest, OnVersusOff) {
TEST_P(ErrorResilienceTest, DropFramesWithoutRecovery) { TEST_P(ErrorResilienceTest, DropFramesWithoutRecovery) {
const vpx_rational timebase = { 33333333, 1000000000 }; const vpx_rational timebase = { 33333333, 1000000000 };
cfg_.g_timebase = timebase; cfg_.g_timebase = timebase;
cfg_.rc_target_bitrate = 2000; cfg_.rc_target_bitrate = 500;
cfg_.g_lag_in_frames = 5;
init_flags_ = VPX_CODEC_USE_PSNR; init_flags_ = VPX_CODEC_USE_PSNR;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment