From 4a2c65162029755a4717528014a456a400590e36 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 16 Mar 2019 17:30:16 +0100 Subject: x86/opus_dsp: rename to celt_pvq Its only used in the encoder and in CELT's PVQ. --- libavcodec/opus_pvq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/opus_pvq.c') diff --git a/libavcodec/opus_pvq.c b/libavcodec/opus_pvq.c index 0dbf14184d..c3119a03f1 100644 --- a/libavcodec/opus_pvq.c +++ b/libavcodec/opus_pvq.c @@ -904,7 +904,7 @@ int av_cold ff_celt_pvq_init(CeltPVQ **pvq, int encode) s->quant_band = encode ? pvq_encode_band : pvq_decode_band; if (ARCH_X86) - ff_opus_dsp_init_x86(s); + ff_celt_pvq_init_x86(s); *pvq = s; -- cgit v1.2.3