Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-02-21 13:00:59 +0300
committerAnton Khirnov <anton@khirnov.net>2015-02-28 23:51:24 +0300
commitee964145b5d229571e00bf6883a44189d02babe2 (patch)
treec3c8be9a66b82b4559341ae9d371140b38806159 /libavcodec/binkaudio.c
parentb9d2d6843a49f9df1d1ae1afe817d9b48c445919 (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/binkaudio.c')
-rw-r--r--libavcodec/binkaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c
index ffc8f87b13..0b427bfb90 100644
--- a/libavcodec/binkaudio.c
+++ b/libavcodec/binkaudio.c
@@ -34,7 +34,6 @@
#include "get_bits.h"
#include "dct.h"
#include "rdft.h"
-#include "fmtconvert.h"
#include "internal.h"
#include "wma_freqs.h"
#include "libavutil/intfloat.h"