diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:21:49 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-23 16:21:49 +0000 |
commit | a178edf298d46abd87611fe1938810262c3c8252 (patch) | |
tree | 298ccb69c157627646403e42d09e3206cfeffb75 /libavformat/avio.h | |
parent | fb660f4015bd1055ceb921ab442686b413544127 (diff) | |
download | ffmpeg-a178edf298d46abd87611fe1938810262c3c8252.tar.gz |
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.h | 1 |
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. */ |