mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avio: av_protocol_next() is gone
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
420990db30
commit
86206035d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user