mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset d0a0127e099e (bug 880067)
This commit is contained in:
parent
8e7a66d2d6
commit
c79012984b
@ -50,6 +50,13 @@ 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