Index: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
index 5c0aa1bd4507206de1cf3277c3f282438d3dc623..e32a2caf0c4e61ae2d26b4f616c7609a72da8920 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
@@ -377,8 +377,8 @@ int32_t H264EncoderImpl::Encode(const VideoFrame& input_frame, |
// Deliver encoded image. |
CodecSpecificInfo codec_specific; |
codec_specific.codecType = kVideoCodecH264; |
- encoded_image_callback_->OnEncodedImage(encoded_image_, &codec_specific, |
- &frag_header); |
+ encoded_image_callback_->Encoded(encoded_image_, &codec_specific, |
+ &frag_header); |
// Parse and report QP. |
h264_bitstream_parser_.ParseBitstream(encoded_image_._buffer, |