From ee964145b5d229571e00bf6883a44189d02babe2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 21 Feb 2015 11:00:59 +0100 Subject: lavc: remove unused traces of fmtconvert usage Those decoders have been switched to float output and so do not use fmtconvert anymore. --- libavcodec/wma.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/wma.c') diff --git a/libavcodec/wma.c b/libavcodec/wma.c index 9fd2a11..ad948d1 100644 --- a/libavcodec/wma.c +++ b/libavcodec/wma.c @@ -94,7 +94,6 @@ av_cold int ff_wma_init(AVCodecContext *avctx, int flags2) avctx->bit_rate <= 0) return -1; - ff_fmt_convert_init(&s->fmt_conv, avctx); avpriv_float_dsp_init(&s->fdsp, avctx->flags & CODEC_FLAG_BITEXACT); if (avctx->codec->id == AV_CODEC_ID_WMAV1) -- cgit v1.1