User Tools

Site Tools


ffmpeg:av_set_parameters

This is an old revision of the document!


av_set_parameters

Overview

Defined in avformat.h

Set the output parameters of the output video context (see libavformat/output_example.c). Must be done even if no parameters in order to prepare the output format context. In this latter case use ap may be NULL.

int av_set_parameters(AVFormatContext *s,
                      AVFormatParameters *ap);

Parameters

s

AVFormatContext *s

The output video context to be populated.

ap

AVFormatParameters *ap

The parameters (sometimes gathered from the command line). May be NULL.

Return value

FIXME Unknown.

See also


Back to ffmpeg

ffmpeg/av_set_parameters.1248090913.txt.gz · Last modified: 2009/07/20 13:55 by challaganmadrid