ffmpeg:av_alloc_format_context
Table of Contents
av_alloc_format_context
Overview
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);
Return value
A pointer to the new AVFormatContext, or NULL upon failure.
See also
ffmpeg/av_alloc_format_context.txt · Last modified: 2007/12/10 11:21 by deva