pull/1499/head
Eniz Vukovic 2016-01-13 23:14:51 +01:00
parent b9ef24875c
commit bd62c6a359
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ struct RTPHeader {
} __attribute__ ((packed));
/* Check alignment */
typedef char __fail_if_misaligned [ sizeof(struct RTPHeader) == 80 ? 1 : -1 ];
typedef char __fail_if_misaligned_1 [ sizeof(struct RTPHeader) == 80 ? 1 : -1 ];
struct RTPMessage {
uint16_t len;
@ -75,7 +75,7 @@ struct RTPMessage {
} __attribute__ ((packed));
/* Check alignment */
typedef char __fail_if_misaligned [ sizeof(struct RTPMessage) == 82 ? 1 : -1 ];
typedef char __fail_if_misaligned_2 [ sizeof(struct RTPMessage) == 82 ? 1 : -1 ];
/**
* RTP control session.