Go to the documentation of this file.
21 #ifndef AVFORMAT_RTP_H
22 #define AVFORMAT_RTP_H
76 #define RTP_PT_PRIVATE 96
78 #define RTP_MAX_SDES 256
81 #define RTCP_TX_RATIO_NUM 5
82 #define RTCP_TX_RATIO_DEN 1000
88 #define RTP_XIPH_IDENT 0xfecdba
109 #define RTP_PT_IS_RTCP(x) (((x) >= RTCP_FIR && (x) <= RTCP_IJ) || \
110 ((x) >= RTCP_SR && (x) <= RTCP_TOKEN))