Index: webrtc/modules/video_coding/codecs/h264/h264.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264.cc b/webrtc/modules/video_coding/codecs/h264/h264.cc |
index bbff225d1c9bec31938645721f95508494bd6b11..f03a83d781eb7283597452a5cfd3f78370839497 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264.cc |
@@ -44,7 +44,7 @@ bool IsH264CodecSupported() { |
#endif |
} |
-H264Encoder* H264Encoder::Create() { |
+H264Encoder* H264Encoder::Create(const cricket::VideoCodec& codec) { |
RTC_DCHECK(H264Encoder::IsSupported()); |
#if defined(WEBRTC_USE_H264) |
RTC_CHECK(g_rtc_use_h264); |