diff 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
line wrap: on
line diff
--- a/rtp.h	Mon Aug 09 10:23:26 2010 +0000
+++ b/rtp.h	Mon Aug 09 10:31:59 2010 +0000
@@ -76,4 +76,10 @@
 #define RTCP_TX_RATIO_NUM 5
 #define RTCP_TX_RATIO_DEN 1000
 
+/* An arbitrary id value for RTP Xiph streams - only relevant to indicate
+ * the the configuration has changed within a stream (by changing the
+ * ident value sent).
+ */
+#define RTP_XIPH_IDENT 0xfecdba
+
 #endif /* AVFORMAT_RTP_H */