Index: webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
index fab707fe82e157ea1e7cfa33b355e06663605a02..741ff9ff5493fb577eafc5d5f00cbbb55b0a9a9d 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
@@ -94,7 +94,7 @@ void PrintCodecSettings(const VideoCodec& codec_settings) { |
void VerifyQpParser(const EncodedImage& encoded_frame, |
const TestConfig& config) { |
- if (config.hw_codec) |
+ if (config.hw_encoder) |
return; |
int qp; |