diff options
author | Luca Abeni <lucabe72@email.it> | 2008-12-13 23:03:34 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2008-12-13 23:03:34 +0000 |
commit | d5574b283995f0744394ade1741cf8da07b45113 (patch) | |
tree | 3a0ace8c54a6fc116c73eee2fcc1601efe1f32f8 /libavformat/rtp.h | |
parent | d77ac324fe2d6a3181441e07023d843d5cf36fed (diff) | |
download | ffmpeg-d5574b283995f0744394ade1741cf8da07b45113.tar.gz |
Remove unused types
Originally committed as revision 16113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 4de5919c78..42a213f6b5 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -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 */ |