Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h

Issue 2886813002: Delete RtpData::OnRecoveredPacket, use RecoveredPacketReceiver instead. (Closed)
Patch Set: Comment update. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 af416f946925472c26b730732b169f85388ac922..de4c4f1b80df0668c1a88f8622f8d2a984c23405 100644
--- a/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
+++ b/webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h
@@ -31,7 +31,7 @@ struct FecPacketCounter {
class UlpfecReceiver {
public:
- static UlpfecReceiver* Create(RtpData* callback);
+ static UlpfecReceiver* Create(RecoveredPacketReceiver* callback);
virtual ~UlpfecReceiver() {}

Powered by Google App Engine
This is Rietveld 408576698