| 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 ee03753413eb9e4e8e95643575ac2052a166a752..a9a4724ecffa4283b6ddd27b0b985434a644e35b 100644
|
| --- a/webrtc/modules/video_coding/video_coding_impl.cc
|
| +++ b/webrtc/modules/video_coding/video_coding_impl.cc
|
| @@ -54,7 +54,6 @@ class EncodedImageCallbackWrapper : public EncodedImageCallback {
|
| 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) {
|
|
|