diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:20:56 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:20:56 +0000 |
commit | fb660f4015bd1055ceb921ab442686b413544127 (patch) | |
tree | f9415b8e30ee998f777a9f900f321ed280b656b3 /libavformat/rtpproto.c | |
parent | 67f34aaa9746f6446baf112639ff8c6e5a0fa4ba (diff) | |
download | ffmpeg-fb660f4015bd1055ceb921ab442686b413544127.tar.gz |
drop rtp_get_local_port() which is not part of public API and not used anymore
Originally committed as revision 25555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index d99b7585fb..b2a9bb641c 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -328,18 +328,6 @@ int rtp_get_local_rtp_port(URLContext *h) } /** - * Return the local rtp port used by the RTP connection - * @param h media file context - * @return the local port number - */ - -int rtp_get_local_port(URLContext *h) -{ - RTPContext *s = h->priv_data; - return udp_get_local_port(s->rtp_hd); -} - -/** * Return the local rtcp port used by the RTP connection * @param h media file context * @return the local port number |