World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл avdct.h

См. исходные тексты.

Классы

struct  AVDCT
 

Определения типов

typedef struct AVDCT AVDCT
 

Функции

AVDCTavcodec_dct_alloc (void)
 
int avcodec_dct_init (AVDCT *)
 
const AVClassavcodec_dct_get_class (void)
 

Типы

◆ AVDCT

typedef struct AVDCT AVDCT

AVDCT context.

Заметки
function pointers can be NULL if the specific features have been disabled at build time.

Функции

◆ avcodec_dct_alloc()

AVDCT* avcodec_dct_alloc ( void  )

Allocates a AVDCT context. This needs to be initialized with avcodec_dct_init() after optionally configuring it with AVOptions.

To free it use av_free()

◆ avcodec_dct_init()

int avcodec_dct_init ( AVDCT )

◆ avcodec_dct_get_class()

const AVClass* avcodec_dct_get_class ( void  )