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. |
pbos-webrtc
2016/04/19 14:59:24
TODO to change to bool, I dunno?
perkj_webrtc
2016/04/20 07:12:13
void make sence in the end. I will add a todo wher
|
virtual int32_t Encoded(const EncodedImage& encoded_image, |
const CodecSpecificInfo* codec_specific_info, |
const RTPFragmentationHeader* fragmentation) { |