diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-19 17:58:56 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-20 01:56:03 +0000 |
commit | 86206035d1bba0eeca0c406778358924fb51b80d (patch) | |
tree | 0b80e1d70301150d3c7d7f5066cdfc77e4d5c928 /libavformat/avio.h | |
parent | 420990db30e1d0ad36dd0cc6da077b1248754ec3 (diff) | |
download | ffmpeg-86206035d1bba0eeca0c406778358924fb51b80d.tar.gz |
avio: av_protocol_next() is gone
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 9e9a763eff..9b9b65e218 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -410,7 +410,6 @@ int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer); /** * Iterate through names of available protocols. - * @note it is recommended to use av_protocol_next() instead of this * * @param opaque A private pointer representing current protocol. * It must be a pointer to NULL on first iteration and will |