summaryrefslogtreecommitdiff
path: root/libavcodec/opustab.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-25 18:41:26 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-31 21:30:51 +0100
commit768418292194a82821f92b782ad50e5fe53121f1 (patch)
tree39bd95fe2350c52a3894c14625dfe32a80fab77e /libavcodec/opustab.h
parent4a160cbef41687f0251320cbc320c2a5d9791bc7 (diff)
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.h1
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];