comparison rtp.h @ 4099:2127031213f3 libavformat

Remove unused types
author lucabe
date Sat, 13 Dec 2008 23:03:34 +0000
parents 1f1c4535f421
children 2e81931d3995
comparison
equal deleted inserted replaced
4098:10d52cda08dd 4099:2127031213f3
88 int nb_au_headers; 88 int nb_au_headers;
89 int au_headers_length_bytes; 89 int au_headers_length_bytes;
90 int cur_au_index; 90 int cur_au_index;
91 } rtp_payload_data_t; 91 } rtp_payload_data_t;
92 92
93 #if 0
94 typedef enum {
95 RTCP_SR = 200,
96 RTCP_RR = 201,
97 RTCP_SDES = 202,
98 RTCP_BYE = 203,
99 RTCP_APP = 204
100 } rtcp_type_t;
101
102 typedef enum {
103 RTCP_SDES_END = 0,
104 RTCP_SDES_CNAME = 1,
105 RTCP_SDES_NAME = 2,
106 RTCP_SDES_EMAIL = 3,
107 RTCP_SDES_PHONE = 4,
108 RTCP_SDES_LOC = 5,
109 RTCP_SDES_TOOL = 6,
110 RTCP_SDES_NOTE = 7,
111 RTCP_SDES_PRIV = 8,
112 RTCP_SDES_IMG = 9,
113 RTCP_SDES_DOOR = 10,
114 RTCP_SDES_SOURCE = 11
115 } rtcp_sdes_type_t;
116 #endif
117
118 #endif /* AVFORMAT_RTP_H */ 93 #endif /* AVFORMAT_RTP_H */