summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-31 12:29:32 +0300
committerMartin Storsjö <martin@martin.st>2013-07-31 21:12:34 +0300
commitb7e6da988bfd5def40ccf3476eb8ce2f98a969a5 (patch)
tree67a40939752d01a3a86919a437a0509323d814fb /libavformat/rtpdec.h
parent892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec (diff)
rtpproto: Move rtpproto specific function declarations to a separate header
Mixing these with the rtp depacketizer functions in rtpdec.h is no good. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r--libavformat/rtpdec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h
index 6e923d9b1c..55399364ac 100644
--- a/libavformat/rtpdec.h
+++ b/libavformat/rtpdec.h
@@ -51,10 +51,6 @@ int ff_rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
void ff_rtp_parse_close(RTPDemuxContext *s);
int64_t ff_rtp_queued_packet_time(RTPDemuxContext *s);
void ff_rtp_reset_packet_queue(RTPDemuxContext *s);
-int ff_rtp_get_local_rtp_port(URLContext *h);
-int ff_rtp_get_local_rtcp_port(URLContext *h);
-
-int ff_rtp_set_remote_url(URLContext *h, const char *uri);
/**
* Send a dummy packet on both port pairs to set up the connection