Commit 52d35116 authored by michael's avatar michael

RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 352e605b
...@@ -94,6 +94,7 @@ typedef struct AVRtpDynamicPayloadType_s /* payload type >= 96 */ ...@@ -94,6 +94,7 @@ typedef struct AVRtpDynamicPayloadType_s /* payload type >= 96 */
enum CodecID codec_id; enum CodecID codec_id;
} AVRtpDynamicPayloadType_t; } AVRtpDynamicPayloadType_t;
#if 0
typedef enum { typedef enum {
RTCP_SR = 200, RTCP_SR = 200,
RTCP_RR = 201, RTCP_RR = 201,
...@@ -116,6 +117,7 @@ typedef enum { ...@@ -116,6 +117,7 @@ typedef enum {
RTCP_SDES_DOOR = 10, RTCP_SDES_DOOR = 10,
RTCP_SDES_SOURCE = 11 RTCP_SDES_SOURCE = 11
} rtcp_sdes_type_t; } rtcp_sdes_type_t;
#endif
extern AVRtpPayloadType_t AVRtpPayloadTypes[]; extern AVRtpPayloadType_t AVRtpPayloadTypes[];
extern AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[]; extern AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment