User Tools

Site Tools


ffmpeg:avcodec_alloc_context

This is an old revision of the document!


avcodec_alloc_context

Overview

Defined in avcodec.h

Allocates an AVCodecContext and sets its fields to default values. The resulting struct can be deallocated by simply calling av_free().

AVCodecContext *avcodec_alloc_context(void);

Parameters

Return value

An AVCodecContext filled with default values or NULL on failure.

See also

ffmpeg/avcodec_alloc_context.1200989950.txt.gz · Last modified: 2008/01/22 09:19 by deva