|
|
@ -73,7 +73,7 @@ typedef struct FmtConvertContext { |
|
|
|
void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); |
|
|
|
void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); |
|
|
|
|
|
|
|
|
|
|
|
void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx); |
|
|
|
void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx); |
|
|
|
void ff_fmt_convert_init_ppc(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_x86(FmtConvertContext *c, AVCodecContext *avctx); |
|
|
|
|
|
|
|
|
|
|
|
#endif /* AVCODEC_FMTCONVERT_H */ |
|
|
|
#endif /* AVCODEC_FMTCONVERT_H */ |
|
|
|