Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:11:13 +0400
committerAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:11:13 +0400
commitdde1f9285a13dad6ab131f2287aa54959d8e7d84 (patch)
tree3bfbdb8c35ea61df828697ed35512d488f790e57 /libavformat/rtp.h
parent21b37480291e827ad6af26df283f734381a9fb75 (diff)
*_protocol are not part of public API
Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index dc91de5a56..685af99aff 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -54,8 +54,6 @@ void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);
*/
int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
-extern URLProtocol rtp_protocol;
-
#define RTP_PT_PRIVATE 96
#define RTP_VERSION 2
#define RTP_MAX_SDES 256 /**< maximum text length for SDES */