|
|
@@ -1043,13 +1043,6 @@ int av_open_input_file(AVFormatContext **ic_ptr, const char *filename, |
|
|
|
int buf_size, |
|
|
|
AVFormatParameters *ap); |
|
|
|
|
|
|
|
#if FF_API_ALLOC_FORMAT_CONTEXT |
|
|
|
/** |
|
|
|
* @deprecated Use avformat_alloc_context() instead. |
|
|
|
*/ |
|
|
|
attribute_deprecated AVFormatContext *av_alloc_format_context(void); |
|
|
|
#endif |
|
|
|
|
|
|
|
/** |
|
|
|
* Allocate an AVFormatContext. |
|
|
|
* avformat_free_context() can be used to free the context and everything |
|
|
|