Index: webrtc/modules/video_processing/frame_preprocessor.cc |
diff --git a/webrtc/modules/video_processing/frame_preprocessor.cc b/webrtc/modules/video_processing/frame_preprocessor.cc |
index e86bbbb3bf931d829596bbfc8c726bf9b246bff3..05165ca7c4b480889450fcfad66dfe1560179a75 100644 |
--- a/webrtc/modules/video_processing/frame_preprocessor.cc |
+++ b/webrtc/modules/video_processing/frame_preprocessor.cc |
@@ -85,9 +85,6 @@ void VPMFramePreprocessor::EnableDenoising(bool enable) { |
const VideoFrame* VPMFramePreprocessor::PreprocessFrame( |
const VideoFrame& frame) { |
- if (frame.IsZeroSize()) { |
- return nullptr; |
- } |
vd_->UpdateIncomingframe_rate(); |
if (vd_->DropFrame()) { |