diff options
author | Jordi Ortiz | 2012-08-17 18:41:26 +0200 |
---|---|---|
committer | Martin Storsjö | 2012-08-17 22:15:56 +0300 |
commit | a2dd4f7780f5b968067d3db728ac64ae444eedab (patch) | |
tree | 7b518a0146a1053c637ed6297d71c7dde3fecc94 /libavformat/rtpdec.h | |
parent | e7993ece9be619fe70da32f8b9f616b697b282bc (diff) |
rtp: remove ff_rtp_get_rtcp_file_handle().
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r-- | libavformat/rtpdec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index 81b6f637d2..20257a7d39 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -71,11 +71,6 @@ void ff_rtp_send_punch_packets(URLContext* rtp_handle); */ int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, int count); -/** - * Get the file handle for the RTCP socket. - */ -int ff_rtp_get_rtcp_file_handle(URLContext *h); - // these statistics are used for rtcp receiver reports... typedef struct { uint16_t max_seq; ///< highest sequence number seen |