From b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 10 Sep 2007 22:48:42 +0000 Subject: rtp and rtsp demuxer declarations are not part of public API Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/rtp.h') 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); -- cgit v1.2.3