changeset 803:021c8bf015c2 libavformat

RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out
author michael
date Tue, 28 Jun 2005 14:51:56 +0000
parents ea0e995ac4a8
children 6a0cd265adbb
files rtp.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtp.h	Tue Jun 28 12:55:08 2005 +0000
+++ b/rtp.h	Tue Jun 28 14:51:56 2005 +0000
@@ -94,6 +94,7 @@
     enum CodecID codec_id;
 } AVRtpDynamicPayloadType_t;
 
+#if 0
 typedef enum {
   RTCP_SR   = 200,
   RTCP_RR   = 201,
@@ -116,6 +117,7 @@
   RTCP_SDES_DOOR   = 10,
   RTCP_SDES_SOURCE = 11
 } rtcp_sdes_type_t;
+#endif
 
 extern AVRtpPayloadType_t AVRtpPayloadTypes[];
 extern AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[];