diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-06-28 14:51:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-06-28 14:51:56 +0000 |
commit | 33785a3a9d8da5ca03ed94379fa2a2625dc91afe (patch) | |
tree | ea9d833fe794bd2f27a0aa6bd246c87dae32bbff /libavformat/rtp.h | |
parent | e36bdf8bf5fd732ca4c6cffd538b8836feecb07d (diff) | |
download | ffmpeg-33785a3a9d8da5ca03ed94379fa2a2625dc91afe.tar.gz |
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out
Originally committed as revision 4406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index b7f9e909ef..8bdbe2af90 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -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[]; |