=====av_alloc_format_context===== ====Overview==== Defined in ''avformat.h''\\ Allocates an [[ffmpeg:AVFormatContext]] without a file.\\ There are no av_open for output, so applications will need this.\\ AVFormatContext *av_alloc_format_context(void); ====Return value==== A pointer to the new [[ffmpeg:AVFormatContext]], or NULL upon failure. ====See also==== [[ffmpeg:av_open_input_file]] ---- Back to [[ffmpeg:ffmpeg]]