diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 13:17:48 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 13:17:48 +0100 |
commit | d03da3e24020e9ef7b7558c0f1741331d46c2c21 (patch) | |
tree | b03b455c8382c45ed096d291d8007e2f90eb20cf /libavcodec/dcadata.h | |
parent | af1238f863fda4a1a6fc00525b651a3d9b31eccd (diff) | |
parent | 2008f76054906e9ff6bf744800af0e5a5bfe61be (diff) | |
download | ffmpeg-d03da3e24020e9ef7b7558c0f1741331d46c2c21.tar.gz |
Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'
* commit '2008f76054906e9ff6bf744800af0e5a5bfe61be':
dca: remove unused decode_hf function and quant_d tables
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r-- | libavcodec/dcadata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 1d3d605b9e..9964a929f5 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -35,7 +35,6 @@ 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]; |