mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 880067: Fix bustage r=me
This commit is contained in:
parent
065431497b
commit
db5b222ef1
@ -50,13 +50,6 @@ typedef enum {
|
||||
SDP_RTCP_FB_CCM_UNKNOWN
|
||||
} sdp_rtcp_fb_ccm_type_e;
|
||||
|
||||
#if defined(__has_extension) && __has_extension(cxx_static_assert)
|
||||
static_assert(SDP_MAX_RTCP_FB_NACK +
|
||||
SDP_MAX_RTCP_FB_ACK +
|
||||
SDP_MAX_RTCP_FB_CCM < 32,
|
||||
"rtcp-fb Bitmap is larger than 32 bits");
|
||||
#endif
|
||||
|
||||
static inline int32_t
|
||||
sdp_rtcp_fb_nack_to_bitmap(sdp_rtcp_fb_nack_type_e type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user