aboutsummaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/source/rtp_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rtp_rtcp/source/rtp_format.h')
-rw-r--r--modules/rtp_rtcp/source/rtp_format.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/rtp_rtcp/source/rtp_format.h b/modules/rtp_rtcp/source/rtp_format.h
index dca8285b62..b593f29b1d 100644
--- a/modules/rtp_rtcp/source/rtp_format.h
+++ b/modules/rtp_rtcp/source/rtp_format.h
@@ -18,7 +18,6 @@
#include "absl/types/optional.h"
#include "api/array_view.h"
-#include "modules/include/module_common_types.h"
#include "modules/rtp_rtcp/source/rtp_video_header.h"
namespace webrtc {
@@ -41,8 +40,7 @@ class RtpPacketizer {
rtc::ArrayView<const uint8_t> payload,
PayloadSizeLimits limits,
// Codec-specific details.
- const RTPVideoHeader& rtp_video_header,
- const RTPFragmentationHeader* fragmentation);
+ const RTPVideoHeader& rtp_video_header);
virtual ~RtpPacketizer() = default;