diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:32:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:38 +0200 |
commit | 468644f6c185c23affcb36939192b03cd166797f (patch) | |
tree | bb46e12c6dd66f1fc9723affa8da7028087c4245 /libavformat/avio.h | |
parent | 575c18da1b5053e244ccbfbcced176b5a63dbb25 (diff) | |
download | ffmpeg-468644f6c185c23affcb36939192b03cd166797f.tar.gz |
lavf: remove FF_API_URL_RESETBUF cruft
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index f4674a43be..213baaab72 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -542,14 +542,6 @@ int avio_get_str16le(AVIOContext *pb, int maxlen, char *buf, int buflen); int avio_get_str16be(AVIOContext *pb, int maxlen, char *buf, int buflen); -#if FF_API_URL_RESETBUF -/** Reset the buffer for reading or writing. - * @note Will drop any data currently in the buffer without transmitting it. - * @param flags URL_RDONLY to set up the buffer for reading, or URL_WRONLY - * to set up the buffer for writing. */ -int url_resetbuf(AVIOContext *s, int flags); -#endif - /** * @defgroup open_modes URL open modes * The flags argument to avio_open must be one of the following |