Set error concealment off for a test in videoprocessor_integrationtest.
Review URL: https://webrtc-codereview.appspot.com/714008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2594 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
268a24fa56
commit
b18261ce5f
@ -693,7 +693,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDrop) {
|
||||
rate_profile.num_frames = kNbrFramesLong;
|
||||
// Codec/network settings.
|
||||
CodecConfigPars process_settings;
|
||||
SetCodecParameters(&process_settings, 0.0f, 120, 1, true, true);
|
||||
SetCodecParameters(&process_settings, 0.0f, 120, 1, false, true);
|
||||
// Metrics for expected quality.: lower quality on average from up-sampling
|
||||
// the down-sampled portion of the run, in case resizer is on.
|
||||
QualityMetrics quality_metrics;
|
||||
|
Loading…
x
Reference in New Issue
Block a user