X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffmtconvert.c;h=1de1d318d2bae422d7172d860ad1a8a49fac0e06;hb=bd6610c3b39e24ff3c3745cdfc5c69450bc7b0e5;hp=e6fc509a969b140160a74106e380a1844f27a8e5;hpb=bc4bdc6d61527e9e1bd2ff6d39ee68eac68ff9de;p=ffmpeg diff --git a/libavcodec/fmtconvert.c b/libavcodec/fmtconvert.c index e6fc509a969..1de1d318d2b 100644 --- a/libavcodec/fmtconvert.c +++ b/libavcodec/fmtconvert.c @@ -51,34 +51,3 @@ av_cold void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx) if (ARCH_X86) ff_fmt_convert_init_x86(c, avctx); if (HAVE_MIPSFPU) ff_fmt_convert_init_mips(c); } - -/* ffdshow custom code */ -void float_interleave(float *dst, const float **src, long len, int channels) -{ - int i,j,c; - if(channels==2){ - for(i=0; i