Defined in avformat.h
Allocates an AVFormatContext without a file.
There are no av_open for output, so applications will need this.
AVFormatContext *av_alloc_format_context(void);
A pointer to the new AVFormatContext, or NULL upon failure.