ffmpeg.libavcodec.avdct

Undocumented in source.

Members

Functions

avcodec_dct_alloc
AVDCT* avcodec_dct_alloc()

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

avcodec_dct_get_class
const(AVClass)* avcodec_dct_get_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
avcodec_dct_init
int avcodec_dct_init(AVDCT* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AVDCT
struct AVDCT

AVDCT context. @note function pointers can be NULL if the specific features have been disabled at build time.

Meta