Commit 04747c5a authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '7fbb3b5b'

* commit '7fbb3b5b':
  lavf: use the io_open callbacks for files opened from open_input() as well
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 39fdffa7 7fbb3b5b
......@@ -1841,9 +1841,9 @@ typedef struct AVFormatContext {
/*
* A callback for opening new IO streams.
*
* Certain muxers or demuxers (e.g. for various playlist-based formats) need
* to open additional files during muxing or demuxing. This callback allows
* the caller to provide custom IO in such cases.
* Whenever a muxer or a demuxer needs to open an IO stream (typically from
* avformat_open_input() for demuxers, but for certain formats can happen at
* other times as well), it will call this callback to obtain an IO context.
*
* @param s the format context
* @param pb on success, the newly opened IO context should be returned here
......
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