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:
marpan@webrtc.org 2012-08-10 17:42:16 +00:00
parent 268a24fa56
commit b18261ce5f

View File

@ -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;