![]() |
Miam-Player
0.8.0
A nice music player
|
#include "libavutil/opt.h"
Go to the source code of this file.
Classes | |
struct | AVDCT |
Typedefs | |
typedef struct AVDCT | AVDCT |
Functions | |
AVDCT * | avcodec_dct_alloc (void) |
int | avcodec_dct_init (AVDCT *) |
const AVClass * | avcodec_dct_get_class (void) |
AVDCT context.
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()
const AVClass* avcodec_dct_get_class | ( | void | ) |
int avcodec_dct_init | ( | AVDCT * | ) |