# HG changeset patch # User lucabe # Date 1229209414 0 # Node ID 2127031213f3b30f26200aaf4c0a5c43d5ef1fec # Parent 10d52cda08dd5f850ed329f4c040cdec9d20e588 Remove unused types diff -r 10d52cda08dd -r 2127031213f3 rtp.h --- a/rtp.h Sat Dec 13 21:58:17 2008 +0000 +++ b/rtp.h Sat Dec 13 23:03:34 2008 +0000 @@ -90,29 +90,4 @@ int cur_au_index; } rtp_payload_data_t; -#if 0 -typedef enum { - RTCP_SR = 200, - RTCP_RR = 201, - RTCP_SDES = 202, - RTCP_BYE = 203, - RTCP_APP = 204 -} rtcp_type_t; - -typedef enum { - RTCP_SDES_END = 0, - RTCP_SDES_CNAME = 1, - RTCP_SDES_NAME = 2, - RTCP_SDES_EMAIL = 3, - RTCP_SDES_PHONE = 4, - RTCP_SDES_LOC = 5, - RTCP_SDES_TOOL = 6, - RTCP_SDES_NOTE = 7, - RTCP_SDES_PRIV = 8, - RTCP_SDES_IMG = 9, - RTCP_SDES_DOOR = 10, - RTCP_SDES_SOURCE = 11 -} rtcp_sdes_type_t; -#endif - #endif /* AVFORMAT_RTP_H */