comparison rtp.h @ 6355:3aa7765383b5 libavformat

rtpenc_xiph: Set the ident value via a define
author mstorsjo
date Mon, 09 Aug 2010 10:31:59 +0000
parents 536e5527c1e0
children 37944ce385a0
comparison
equal deleted inserted replaced
6354:c0bd24801ac1 6355:3aa7765383b5
74 74
75 /* RTCP paquets use 0.5 % of the bandwidth */ 75 /* RTCP paquets use 0.5 % of the bandwidth */
76 #define RTCP_TX_RATIO_NUM 5 76 #define RTCP_TX_RATIO_NUM 5
77 #define RTCP_TX_RATIO_DEN 1000 77 #define RTCP_TX_RATIO_DEN 1000
78 78
79 /* An arbitrary id value for RTP Xiph streams - only relevant to indicate
80 * the the configuration has changed within a stream (by changing the
81 * ident value sent).
82 */
83 #define RTP_XIPH_IDENT 0xfecdba
84
79 #endif /* AVFORMAT_RTP_H */ 85 #endif /* AVFORMAT_RTP_H */