|
World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Классы | |
| struct | AVDCT |
Определения типов | |
| typedef struct AVDCT | AVDCT |
Функции | |
| AVDCT * | avcodec_dct_alloc (void) |
| int | avcodec_dct_init (AVDCT *) |
| const AVClass * | avcodec_dct_get_class (void) |
AVDCT context.
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()
| int avcodec_dct_init | ( | AVDCT * | ) |