Index: webrtc/modules/video_processing/deflickering.h |
diff --git a/webrtc/modules/video_processing/deflickering.h b/webrtc/modules/video_processing/deflickering.h |
index 7e61f819a0579d9bcb5c65e6cd0b10b83686e983..e1dfa8f09027cf23ce92b2ef61cb5c9dbca2d79c 100644 |
--- a/webrtc/modules/video_processing/deflickering.h |
+++ b/webrtc/modules/video_processing/deflickering.h |
@@ -24,12 +24,11 @@ class VPMDeflickering { |
~VPMDeflickering(); |
void Reset(); |
- int32_t ProcessFrame(VideoFrame* frame, |
- VideoProcessingModule::FrameStats* stats); |
+ int32_t ProcessFrame(VideoFrame* frame, VideoProcessing::FrameStats* stats); |
private: |
int32_t PreDetection(uint32_t timestamp, |
- const VideoProcessingModule::FrameStats& stats); |
+ const VideoProcessing::FrameStats& stats); |
int32_t DetectFlicker(); |
@@ -53,4 +52,4 @@ class VPMDeflickering { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_PROCESSING_DEFLICKERING_H_ |
+#endif // WEBRTC_MODULES_VIDEO_PROCESSING_DEFLICKERING_H_ |