diff options
author | Anton Khirnov | 2015-02-21 11:00:59 +0100 |
---|---|---|
committer | Anton Khirnov | 2015-02-28 21:51:24 +0100 |
commit | ee964145b5d229571e00bf6883a44189d02babe2 (patch) | |
tree | c3c8be9a66b82b4559341ae9d371140b38806159 /libavcodec/aacdec.c | |
parent | b9d2d6843a49f9df1d1ae1afe817d9b48c445919 (diff) |
lavc: remove unused traces of fmtconvert usage
Those decoders have been switched to float output and so do not use
fmtconvert anymore.
Diffstat (limited to 'libavcodec/aacdec.c')
-rw-r--r-- | libavcodec/aacdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 9a931824e8..c4234e7317 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -86,7 +86,6 @@ #include "get_bits.h" #include "fft.h" #include "imdct15.h" -#include "fmtconvert.h" #include "lpc.h" #include "kbdwin.h" #include "sinewin.h" @@ -1043,7 +1042,6 @@ static av_cold int aac_decode_init(AVCodecContext *avctx) ff_aac_sbr_init(); - ff_fmt_convert_init(&ac->fmt_conv, avctx); avpriv_float_dsp_init(&ac->fdsp, avctx->flags & CODEC_FLAG_BITEXACT); ac->random_state = 0x1f2e3d4c; |