OSDN Git Service

RTCP_* conflict with live.com and they seem not to be used anywhere so commenting...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 28 Jun 2005 14:51:56 +0000 (14:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 28 Jun 2005 14:51:56 +0000 (14:51 +0000)
Originally committed as revision 4406 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtp.h

index b7f9e90..8bdbe2a 100644 (file)
@@ -94,6 +94,7 @@ typedef struct AVRtpDynamicPayloadType_s /* payload type >= 96 */
     enum CodecID codec_id;
 } AVRtpDynamicPayloadType_t;
 
+#if 0
 typedef enum {
   RTCP_SR   = 200,
   RTCP_RR   = 201,
@@ -116,6 +117,7 @@ typedef enum {
   RTCP_SDES_DOOR   = 10,
   RTCP_SDES_SOURCE = 11
 } rtcp_sdes_type_t;
+#endif
 
 extern AVRtpPayloadType_t AVRtpPayloadTypes[];
 extern AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[];