| Index: webrtc/modules/video_processing/test/video_processing_unittest.cc
|
| diff --git a/webrtc/modules/video_processing/test/video_processing_unittest.cc b/webrtc/modules/video_processing/test/video_processing_unittest.cc
|
| index 790994f08377332cba98db5cc3c2b721a2133c1e..2d0c68611ea5da8d1d93e937675dafe5e4cdea8d 100644
|
| --- a/webrtc/modules/video_processing/test/video_processing_unittest.cc
|
| +++ b/webrtc/modules/video_processing/test/video_processing_unittest.cc
|
| @@ -126,8 +126,6 @@ TEST_F(VideoProcessingTest, Resampler) {
|
| rewind(source_file_);
|
| ASSERT_TRUE(source_file_ != NULL) << "Cannot read input file \n";
|
|
|
| - // CA not needed here
|
| - vp_->EnableContentAnalysis(false);
|
| // no temporal decimation
|
| vp_->EnableTemporalDecimation(false);
|
|
|
|
|