Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / rtp_rtcp / source / forward_error_correction.cc
index 189e1b0..af2cb9e 100644 (file)
 #include <algorithm>
 #include <iterator>
 
+#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
 #include "webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h"
 #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h"
 #include "webrtc/system_wrappers/interface/trace.h"
 
 namespace webrtc {
 
-// Minimum RTP header size in bytes.
-const uint8_t kRtpHeaderSize = 12;
-
 // FEC header size in bytes.
 const uint8_t kFecHeaderSize = 10;