mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
e36bdf8bf5
commit
33785a3a9d
|
@ -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 {
|
||||||
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[];
|
||||||
|
|
Loading…
Reference in New Issue