| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index 1c66c1fe332ad9540343b2e01abc82668c4459a4..50013df054bf3b758aa2ac91bfe499218e85c782 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -108,9 +108,10 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| // Implements EncodedImageCallback. The implementation routes encoded frames
|
| // to the |payload_router_| and |config.pre_encode_callback| if set.
|
| // Called on an arbitrary encoder callback thread.
|
| - int32_t Encoded(const EncodedImage& encoded_image,
|
| - const CodecSpecificInfo* codec_specific_info,
|
| - const RTPFragmentationHeader* fragmentation) override;
|
| + EncodedImageCallback::Result OnEncodedImage(
|
| + const EncodedImage& encoded_image,
|
| + const CodecSpecificInfo* codec_specific_info,
|
| + const RTPFragmentationHeader* fragmentation) override;
|
|
|
| static bool EncoderThreadFunction(void* obj);
|
| void EncoderProcess();
|
|
|