commit | d55c3f68c82adceb54f1543e567c39cfd8848a33 | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Mon Oct 31 04:51:33 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 31 11:51:38 2016 +0000 |
tree | f5d0fa4b89445539ca59978ea4c13f54e9757dbc | |
parent | 6b825df37e49398bac89abedc6a45048b87d54ed [diff] [blame] |
Rename FecReceiver to UlpfecReceiver. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2451643002 Cr-Commit-Position: refs/heads/master@{#14846}
diff --git a/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h b/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h index 8f672fc..fa1c853 100644 --- a/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h +++ b/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h
@@ -14,7 +14,7 @@ #include <memory> #include "webrtc/base/basictypes.h" -#include "webrtc/modules/rtp_rtcp/include/fec_receiver.h" +#include "webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h" namespace webrtc {