#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | FmtConvertContext |
Functions | |
void | ff_fmt_convert_init (FmtConvertContext *c, AVCodecContext *avctx) |
void | ff_fmt_convert_init_arm (FmtConvertContext *c, AVCodecContext *avctx) |
void | ff_fmt_convert_init_altivec (FmtConvertContext *c, AVCodecContext *avctx) |
void | ff_fmt_convert_init_x86 (FmtConvertContext *c, AVCodecContext *avctx) |
void ff_fmt_convert_init | ( | FmtConvertContext * | c, | |
AVCodecContext * | avctx | |||
) |
Definition at line 59 of file fmtconvert.c.
Referenced by aac_decode_init(), ac3_decode_init(), dca_decode_init(), decode_init(), ff_wma_init(), and vorbis_decode_init().
void ff_fmt_convert_init_altivec | ( | FmtConvertContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_fmt_convert_init_arm | ( | FmtConvertContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_fmt_convert_init_x86 | ( | FmtConvertContext * | c, | |
AVCodecContext * | avctx | |||
) |
Referenced by ff_fmt_convert_init().