| 
    FFmpeg
    
   | 
 
#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | AVDCT | 
| AVDCT context.  More... | |
Functions | |
| AVDCT * | avcodec_dct_alloc (void) | 
| Allocates a AVDCT context.  More... | |
| int | avcodec_dct_init (AVDCT *) | 
| const AVClass * | avcodec_dct_get_class (void) | 
| AVDCT* avcodec_dct_alloc | ( | void | ) | 
Definition at line 88 of file avdct.c.
Referenced by config_input().
| const AVClass* avcodec_dct_get_class | ( | void | ) | 
Definition at line 70 of file avdct.c.
Referenced by child_class_iterate().
 1.8.17