Index: webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h b/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h |
index de4c4f1b80df0668c1a88f8622f8d2a984c23405..dc9adb408d59bc71beae193ec310014fd694c44f 100644 |
--- a/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h |
@@ -31,7 +31,8 @@ struct FecPacketCounter { |
class UlpfecReceiver { |
public: |
- static UlpfecReceiver* Create(RecoveredPacketReceiver* callback); |
+ static UlpfecReceiver* Create(uint32_t ssrc, |
+ RecoveredPacketReceiver* callback); |
virtual ~UlpfecReceiver() {} |