User Tools

Site Tools


ffmpeg:avcodec_find_decoder

This is an old revision of the document!


av

Overview

Defined in av.h

Finds a decoder with a matching codec ID.

AVCodec *avcodec_find_decoder(enum CodecID id);

Parameters

id

enum CodecID id

CodecID of the requested decoder.

Return value

A pointer to an AVCodec, containing a decoder if one was found, NULL otherwise.

See also

ffmpeg/avcodec_find_decoder.1196069831.txt.gz · Last modified: 2007/11/26 10:37 by deva