summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-10-23 16:21:49 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-10-23 16:21:49 +0000
commita178edf298d46abd87611fe1938810262c3c8252 (patch)
tree298ccb69c157627646403e42d09e3206cfeffb75 /libavformat/rtpdec.h
parentfb660f4015bd1055ceb921ab442686b413544127 (diff)
drop rtp_get_file_handles() which is not part of public API and not used anymore
Originally committed as revision 25556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r--libavformat/rtpdec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h
index 0ce98e94dd..41c18c1efd 100644
--- a/libavformat/rtpdec.h
+++ b/libavformat/rtpdec.h
@@ -49,9 +49,6 @@ int rtp_get_local_rtp_port(URLContext *h);
int rtp_get_local_rtcp_port(URLContext *h);
int rtp_set_remote_url(URLContext *h, const char *uri);
-#if (LIBAVFORMAT_VERSION_MAJOR <= 52)
-void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);
-#endif
/**
* Send a dummy packet on both port pairs to set up the connection