| Index: webrtc/video/rtp_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
|
| index 36689848eb47a74f36dc22e781867d169d49a7a2..082f1056da4067cf30cab780977306612b331907 100644
|
| --- a/webrtc/video/rtp_stream_receiver.h
|
| +++ b/webrtc/video/rtp_stream_receiver.h
|
| @@ -123,7 +123,7 @@ class RtpStreamReceiver : public RtpData,
|
| int32_t RequestKeyFrame() override;
|
| int32_t SliceLossIndicationRequest(const uint64_t picture_id) override;
|
|
|
| - bool IsFecEnabled() const;
|
| + bool IsUlpfecEnabled() const;
|
| bool IsRetransmissionsEnabled() const;
|
| // Don't use, still experimental.
|
| void RequestPacketRetransmit(const std::vector<uint16_t>& sequence_numbers);
|
|
|