[FFmpeg-cvslog] avio: av_protocol_next() is gone

Paul B Mahol git at videolan.org
Wed Jun 20 03:56:26 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jun 19 17:58:56 2012 +0000| [86206035d1bba0eeca0c406778358924fb51b80d] | committer: Paul B Mahol

avio: av_protocol_next() is gone

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86206035d1bba0eeca0c406778358924fb51b80d
---

 libavformat/avio.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index 9e9a763..9b9b65e 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



More information about the ffmpeg-cvslog mailing list