Chromium Code Reviews| Index: webrtc/video_receive_stream.h | 
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h | 
| index 48d16a8ea1b7f883d8652deceb694512c0946cfa..b9649736551df64cd59f30d7d9aabcd4f9a93cee 100644 | 
| --- a/webrtc/video_receive_stream.h | 
| +++ b/webrtc/video_receive_stream.h | 
| @@ -161,9 +161,9 @@ class VideoReceiveStream { | 
| // Set if the stream is protected using FlexFEC. | 
| bool protected_by_flexfec = false; | 
| - // Map from video payload type (apt) -> RTX payload type (pt). | 
| + // Map from rtx payload type -> media payload type. | 
| // For RTX to be enabled, both an SSRC and this mapping are needed. | 
| - std::map<int, int> rtx_payload_types; | 
| + std::map<int, int> media_pt_by_rtx_pt; | 
| 
 
danilchap
2017/08/21 14:11:26
non-common abbreviations in names are strongly dis
 
nisse-webrtc
2017/08/22 07:11:01
My intention was to make the name so explicit that
 
danilchap
2017/08/22 08:09:55
I still find 'pt' both 'Only your group knows what
 
 | 
| // RTP header extensions used for the received stream. | 
| std::vector<RtpExtension> extensions; |