|
|
@@ -1752,14 +1752,14 @@ int avformat_network_deinit(void); |
|
|
|
* if f is non-NULL, returns the next registered input format after f |
|
|
|
* or NULL if f is the last one. |
|
|
|
*/ |
|
|
|
AVInputFormat *av_iformat_next(AVInputFormat *f); |
|
|
|
AVInputFormat *av_iformat_next(const AVInputFormat *f); |
|
|
|
|
|
|
|
/** |
|
|
|
* If f is NULL, returns the first registered output format, |
|
|
|
* if f is non-NULL, returns the next registered output format after f |
|
|
|
* or NULL if f is the last one. |
|
|
|
*/ |
|
|
|
AVOutputFormat *av_oformat_next(AVOutputFormat *f); |
|
|
|
AVOutputFormat *av_oformat_next(const AVOutputFormat *f); |
|
|
|
|
|
|
|
/** |
|
|
|
* Allocate an AVFormatContext. |
|
|
|