Commit 86206035 authored by Paul B Mahol's avatar Paul B Mahol

avio: av_protocol_next() is gone

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 420990db
...@@ -410,7 +410,6 @@ int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer); ...@@ -410,7 +410,6 @@ int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer);
/** /**
* Iterate through names of available protocols. * 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. * @param opaque A private pointer representing current protocol.
* It must be a pointer to NULL on first iteration and will * It must be a pointer to NULL on first iteration and will
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment