This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove unused types
Originally committed as revision 16113 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Abeni
17 years ago
parent
d77ac324fe
commit
d5574b2839
1 changed files
with
0 additions
and
25 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-25
libavformat/rtp.h
+ 0
- 25
libavformat/rtp.h
View 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 */
Write
Preview
Loading…
Cancel
Save