FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
avdct.h File Reference
#include "libavutil/opt.h"

Go to the source code of this file.

Data Structures

struct  AVDCT
 AVDCT context. More...
 

Functions

AVDCTavcodec_dct_alloc (void)
 Allocates a AVDCT context.
 
int avcodec_dct_init (AVDCT *)
 
const AVClassavcodec_dct_get_class (void)
 

Function Documentation

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()

Definition at line 80 of file avdct.c.

Referenced by init_dict().

int avcodec_dct_init ( AVDCT )

Definition at line 93 of file avdct.c.

Referenced by init_dict().

const AVClass* avcodec_dct_get_class ( void  )

Definition at line 75 of file avdct.c.

Referenced by child_class_next().