Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
index 242844387a77b6eada4d42d9ca5838acd0b5e483..0855ed2af6123bf4ff3b67383d0a77a8e822ad8c 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
@@ -298,6 +298,9 @@ class VideoProcessorImpl : public VideoProcessor { |
IvfFileWriter* const encoded_frame_writer_; |
FrameWriter* const decoded_frame_writer_; |
+ // Multiply frame length with this to get bit rate. |
+ const double bit_rate_factor_; |
+ |
bool initialized_; |
// Frame metadata for all frames that have been added through a call to |
@@ -318,7 +321,6 @@ class VideoProcessorImpl : public VideoProcessor { |
Stats* stats_; |
int num_dropped_frames_; |
int num_spatial_resizes_; |
- double bit_rate_factor_; // Multiply frame length with this to get bit rate. |
}; |
} // namespace test |