Make video_quality_measurement buildable again.

BUG=None

Review-Url: https://codereview.webrtc.org/2651543008
Cr-Commit-Position: refs/heads/master@{#16290}
This commit is contained in:
brandtr
2017-01-26 02:25:21 -08:00
committed by Commit bot
parent f3d622d4ad
commit 52cdd3bb30
2 changed files with 28 additions and 1 deletions

View File

@ -491,7 +491,8 @@ int main(int argc, char* argv[]) {
webrtc::VP8Decoder* decoder = webrtc::VP8Decoder::Create();
webrtc::test::Stats stats;
webrtc::test::FrameReaderImpl frame_reader(config.input_filename,
config.frame_length_in_bytes);
config.codec_settings->width,
config.codec_settings->height);
webrtc::test::FrameWriterImpl frame_writer(config.output_filename,
config.frame_length_in_bytes);
frame_reader.Init();