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

av_open_input_file


Back to ffmpeg