summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:48:42 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:48:42 +0000
commitb156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (patch)
tree32c8e98835dc90203bdfc7cc30430523a3fa362c /libavformat/rtp.h
parentac6577cd71e5d2e48728a04a4050a28b454d4ed5 (diff)
rtp and rtsp demuxer declarations are not part of public API
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 685af99aff..bcdb769102 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -40,9 +40,6 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
const uint8_t *buf, int len);
void rtp_parse_close(RTPDemuxContext *s);
-extern AVOutputFormat rtp_muxer;
-extern AVInputFormat rtp_demuxer;
-
int rtp_get_local_port(URLContext *h);
int rtp_set_remote_url(URLContext *h, const char *uri);
void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);