Remove unused fields from VideoCodecVP8.

Bug: None
Change-Id: I6f29ad5ce04582003e9be7292d04ea18f9335372
Reviewed-on: https://webrtc-review.googlesource.com/47660
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21973}
This commit is contained in:
Rasmus Brandt
2018-02-09 15:09:30 +01:00
committed by Commit Bot
parent 60bb6fe37a
commit 75e38d2dc3
12 changed files with 21 additions and 34 deletions

View File

@ -52,7 +52,7 @@ class VideoProcessorTest : public testing::Test {
protected:
VideoProcessorTest() : q_("VP queue") {
config_.SetCodecSettings(kVideoCodecVP8, 1, 1, 1, false, false, false,
false, false, kWidth, kHeight);
false, kWidth, kHeight);
stats_.resize(1);