summaryrefslogtreecommitdiff
path: root/libavformat/avio.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/avio.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/avio.h')
-rw-r--r--libavformat/avio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index e4fd601724..cccf21d6d8 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -182,7 +182,6 @@ int64_t url_filesize(URLContext *h);
/**
* Return the file descriptor associated with this URL. For RTP, this
* will return only the RTP file descriptor, not the RTCP file descriptor.
- * To get both, use rtp_get_file_handles().
*
* @return the file descriptor associated with this URL, or <0 on error.
*/