Revision 0e09997f libavcodec/fmtconvert.h
libavcodec/fmtconvert.h | ||
---|---|---|
76 | 76 |
void ff_fmt_convert_init_altivec(FmtConvertContext *c, AVCodecContext *avctx); |
77 | 77 |
void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx); |
78 | 78 |
|
79 |
/* ffdshow custom code */ |
|
80 |
void float_interleave(float *dst, const float **src, long len, int channels); |
|
81 |
void float_interleave_noscale(float *dst, const float **src, long len, int channels); |
|
82 |
|
|
79 | 83 |
#endif /* AVCODEC_FMTCONVERT_H */ |
Also available in: Unified diff