Index: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
index 3713896a8baca83a15a4b95ee71b279d1d559508..2c2ef44d51169f1c45f601658c711d7f22254dd3 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h |
@@ -44,7 +44,8 @@ class H264EncoderImpl : public H264Encoder { |
int32_t RegisterEncodeCompleteCallback( |
EncodedImageCallback* callback) override; |
- int32_t SetRates(uint32_t bitrate, uint32_t framerate) override; |
+ int32_t SetRateAllocation(const BitrateAllocation& bitrate_allocation, |
+ uint32_t framerate) override; |
// The result of encoding - an EncodedImage and RTPFragmentationHeader - are |
// passed to the encode complete callback. |