X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e83d0967d4c0965eb8036248acc20d1bf12ad1d8..0b75463fed40851e872ddb495ed679a62ff7ed20:/lib/rtp.h diff --git a/lib/rtp.h b/lib/rtp.h index 9159bfb..63ade9b 100644 --- a/lib/rtp.h +++ b/lib/rtp.h @@ -22,7 +22,7 @@ #define RTP_H /* RTP is defined in RFC1889 */ -struct attribute((packed)) rtp { +struct attribute((packed)) rtp_header { uint8_t vpxcc; uint8_t mpt; uint16_t seq;