From 2008f76054906e9ff6bf744800af0e5a5bfe61be Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Fri, 18 Dec 2015 14:54:02 +0100 Subject: dca: remove unused decode_hf function and quant_d tables They were superseded with their integer equivalents. Rename integer decode_hf to decode_hf. --- libavcodec/dcadata.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/dcadata.h') diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 7a9d994ed2..0a3139e327 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -35,10 +35,8 @@ extern const uint32_t ff_dca_scale_factor_quant6[64]; extern const uint32_t ff_dca_scale_factor_quant7[128]; extern const uint32_t ff_dca_lossy_quant[32]; -extern const float ff_dca_lossy_quant_d[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]; -- cgit v1.2.3