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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/wma.h') diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 3a9de40407..afa3b0dd3c 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -25,7 +25,6 @@ #include "libavutil/float_dsp.h" #include "fft.h" -#include "fmtconvert.h" #include "get_bits.h" #include "put_bits.h" @@ -131,7 +130,6 @@ typedef struct WMACodecContext { float lsp_pow_e_table[256]; float lsp_pow_m_table1[(1 << LSP_POW_BITS)]; float lsp_pow_m_table2[(1 << LSP_POW_BITS)]; - FmtConvertContext fmt_conv; AVFloatDSPContext fdsp; #ifdef TRACE -- cgit v1.2.3