summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
diff options
context:
space:
mode:
authorDiego Pettenò <flameeyes@gmail.com>2008-01-06 10:00:04 +0000
committerLuca Abeni <lucabe72@email.it>2008-01-06 10:00:04 +0000
commit7d51edddd4d5bc9ef2275ebb48571a85fa4d949d (patch)
tree535880cb9cfd8fc0da1e1151086bee73dacb2b21 /libavformat/rtp.h
parent51b73087b93b6f3b7af0a0a0a1e8e3de9dac2860 (diff)
Make AVRtpPayloadTypes static and constant
Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com) Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 4f6251bf34..21cfdb4cf1 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -85,16 +85,6 @@ typedef struct rtp_payload_data_s
int cur_au_index;
} rtp_payload_data_t;
-typedef struct AVRtpPayloadType_s
-{
- int pt;
- const char enc_name[50]; /* XXX: why 50 ? */
- enum CodecType codec_type;
- enum CodecID codec_id;
- int clock_rate;
- int audio_channels;
-} AVRtpPayloadType_t;
-
#if 0
typedef enum {
RTCP_SR = 200,
@@ -120,5 +110,4 @@ typedef enum {
} rtcp_sdes_type_t;
#endif
-extern AVRtpPayloadType_t AVRtpPayloadTypes[];
#endif /* FFMPEG_RTP_H */