[Ffmpeg-cvslog] CVS: ffmpeg/libavformat rtp.h,1.3,1.4

Michael Niedermayer CVS michael
Tue Jun 28 16:51:59 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv29963

Modified Files:
	rtp.h 
Log Message:
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out


Index: rtp.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/rtp.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rtp.h	26 May 2005 07:47:51 -0000	1.3
+++ rtp.h	28 Jun 2005 14:51:56 -0000	1.4
@@ -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[];





More information about the ffmpeg-cvslog mailing list