]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove unused types
authorlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Dec 2008 23:03:34 +0000 (23:03 +0000)
committerlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Dec 2008 23:03:34 +0000 (23:03 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16113 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/rtp.h

index 4de5919c7812697b67402e2e7cd2c6ea04eb3fc8..42a213f6b5cffe0385be92a8b002425aea13ce47 100644 (file)
@@ -90,29 +90,4 @@ typedef struct rtp_payload_data_s
     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 */