diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-25 18:41:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-31 21:30:51 +0100 |
commit | 768418292194a82821f92b782ad50e5fe53121f1 (patch) | |
tree | 39bd95fe2350c52a3894c14625dfe32a80fab77e /libavcodec/opustab.h | |
parent | 4a160cbef41687f0251320cbc320c2a5d9791bc7 (diff) | |
download | ffmpeg-768418292194a82821f92b782ad50e5fe53121f1.tar.gz |
avcodec/opustab: Make array static
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/opustab.h')
-rw-r--r-- | libavcodec/opustab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/opustab.h b/libavcodec/opustab.h index 892126bb23..cdd0456e3c 100644 --- a/libavcodec/opustab.h +++ b/libavcodec/opustab.h @@ -152,7 +152,6 @@ extern const uint8_t ff_celt_bit_deinterleave[]; extern const uint8_t ff_celt_hadamard_order[]; extern const uint16_t ff_celt_qn_exp2[]; -extern const uint32_t ff_celt_pvq_u[1272]; extern const float ff_celt_postfilter_taps[3][3]; |