diff options
author | Jordi Ortiz <nenjordi@gmail.com> | 2012-08-17 18:41:26 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-17 22:15:56 +0300 |
commit | a2dd4f7780f5b968067d3db728ac64ae444eedab (patch) | |
tree | 7b518a0146a1053c637ed6297d71c7dde3fecc94 /libavformat/rtpproto.c | |
parent | e7993ece9be619fe70da32f8b9f616b697b282bc (diff) | |
download | ffmpeg-a2dd4f7780f5b968067d3db728ac64ae444eedab.tar.gz |
rtp: remove ff_rtp_get_rtcp_file_handle().
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index fc1ae06df3..aca6a5a849 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -315,11 +315,6 @@ static int rtp_get_file_handle(URLContext *h) return s->rtp_fd; } -int ff_rtp_get_rtcp_file_handle(URLContext *h) { - RTPContext *s = h->priv_data; - return s->rtcp_fd; -} - static int rtp_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) { |