diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-21 11:00:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-28 21:51:24 +0100 |
commit | ee964145b5d229571e00bf6883a44189d02babe2 (patch) | |
tree | c3c8be9a66b82b4559341ae9d371140b38806159 /libavcodec/wma.c | |
parent | b9d2d6843a49f9df1d1ae1afe817d9b48c445919 (diff) | |
download | ffmpeg-ee964145b5d229571e00bf6883a44189d02babe2.tar.gz |
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/wma.c')
-rw-r--r-- | libavcodec/wma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c index 9fd2a110c8..ad948d1cdc 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) |