Go to the documentation of this file.
21 #ifndef AVFORMAT_RTP_H
22 #define AVFORMAT_RTP_H
77 #define RTP_PT_PRIVATE 96
79 #define RTP_MAX_SDES 256
82 #define RTCP_TX_RATIO_NUM 5
83 #define RTCP_TX_RATIO_DEN 1000
89 #define RTP_XIPH_IDENT 0xfecdba
110 #define RTP_PT_IS_RTCP(x) (((x) >= RTCP_FIR && (x) <= RTCP_IJ) || \
111 ((x) >= RTCP_SR && (x) <= RTCP_TOKEN))
113 #define NTP_TO_RTP_FORMAT(x) av_rescale((x), INT64_C(1) << 32, 1000000)