| Index: webrtc/modules/video_coding/video_coding_impl.cc
|
| diff --git a/webrtc/modules/video_coding/video_coding_impl.cc b/webrtc/modules/video_coding/video_coding_impl.cc
|
| index a9a4724ecffa4283b6ddd27b0b985434a644e35b..ee03753413eb9e4e8e95643575ac2052a166a752 100644
|
| --- a/webrtc/modules/video_coding/video_coding_impl.cc
|
| +++ b/webrtc/modules/video_coding/video_coding_impl.cc
|
| @@ -54,6 +54,7 @@
|
| callback_ = callback;
|
| }
|
|
|
| + // TODO(andresp): Change to void as return value is ignored.
|
| virtual int32_t Encoded(const EncodedImage& encoded_image,
|
| const CodecSpecificInfo* codec_specific_info,
|
| const RTPFragmentationHeader* fragmentation) {
|
|
|