summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 19:06:40 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 19:06:40 +0100
commitb95cba7b3c829e4efd9621f7425af0e0f8ad70d4 (patch)
tree424e8a105f501414602aea340369122bda52998c /libavcodec/dcadata.h
parent51da00e24cb0191ecda14f7d056b782aacfde982 (diff)
downloadffmpeg-b95cba7b3c829e4efd9621f7425af0e0f8ad70d4.tar.gz
avcodec/dca: remove unused float quant table
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r--libavcodec/dcadata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index 9964a929f5..262c37efb9 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -37,7 +37,6 @@ extern const uint32_t ff_dca_scale_factor_quant7[128];
extern const uint32_t ff_dca_lossy_quant[32];
extern const uint32_t ff_dca_lossless_quant[32];
-extern const float ff_dca_lossless_quant_d[32];
extern const int8_t ff_dca_high_freq_vq[1024][32];