Index: webrtc/modules/video_coding/video_coding_impl.h |
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h |
index 40352b02dc65cb9b3c83ffd43cf1100e38dabd1c..e9d7abc9694751e18c468b31763f54bf093d193e 100644 |
--- a/webrtc/modules/video_coding/video_coding_impl.h |
+++ b/webrtc/modules/video_coding/video_coding_impl.h |
@@ -79,6 +79,8 @@ class VideoSender { |
uint8_t lossRate, |
int64_t rtt); |
+ // Deprecated. Use |post_encode_callback| instead. |
+ // TODO(perkj): Remove once |OnEncoderImplementationName| is not used. |
int32_t RegisterTransportCallback(VCMPacketizationCallback* transport); |
int32_t RegisterSendStatisticsCallback(VCMSendStatisticsCallback* sendStats); |
int32_t RegisterProtectionCallback(VCMProtectionCallback* protection); |