diff options
author | Lynne <dev@lynne.ee> | 2019-03-16 17:30:16 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-03-31 23:35:00 +0200 |
commit | 4a2c65162029755a4717528014a456a400590e36 (patch) | |
tree | 39b5b3c3f92dc7f8da1df5d6cd901b072d6edadb /libavcodec/opus_pvq.h | |
parent | 4eec0082599adf4b7a25ce6e6ec761f6849783a3 (diff) | |
download | ffmpeg-4a2c65162029755a4717528014a456a400590e36.tar.gz |
x86/opus_dsp: rename to celt_pvq
Its only used in the encoder and in CELT's PVQ.
Diffstat (limited to 'libavcodec/opus_pvq.h')
-rw-r--r-- | libavcodec/opus_pvq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opus_pvq.h b/libavcodec/opus_pvq.h index e2f01a01b5..52f9a4e6d4 100644 --- a/libavcodec/opus_pvq.h +++ b/libavcodec/opus_pvq.h @@ -40,7 +40,7 @@ struct CeltPVQ { QUANT_FN(*quant_band); }; -void ff_opus_dsp_init_x86(struct CeltPVQ *s); +void ff_celt_pvq_init_x86(struct CeltPVQ *s); int ff_celt_pvq_init(struct CeltPVQ **pvq, int encode); void ff_celt_pvq_uninit(struct CeltPVQ **pvq); |