diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-10 18:11:13 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-10 18:11:13 +0000 |
commit | dde1f9285a13dad6ab131f2287aa54959d8e7d84 (patch) | |
tree | 3bfbdb8c35ea61df828697ed35512d488f790e57 /libavformat/rtp.h | |
parent | 21b37480291e827ad6af26df283f734381a9fb75 (diff) | |
download | ffmpeg-dde1f9285a13dad6ab131f2287aa54959d8e7d84.tar.gz |
*_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.h | 2 |
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 */ |