Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index eb6f8b85bf358fd1b25683df202c7f0c1aa31c77..307b0a14e35eace798c499d36331962e56e16323 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -134,8 +134,8 @@ class VideoReceiveStream { |
// See NackConfig for description. |
NackConfig nack; |
- // See FecConfig for description. |
- FecConfig fec; |
+ // See UlpfecConfig for description. |
+ UlpfecConfig ulpfec; |
// RTX settings for incoming video payloads that may be received. RTX is |
// disabled if there's no config present. |