X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopus_pvq.h;h=52f9a4e6d4167435d9a4aa62a23c1eedea1b969c;hb=daf8b10eeb9c789cad5c2c263493249950c6f55f;hp=e2f01a01b5c68eee2b1b2e4b0838ae7f17c3ed4f;hpb=1811b7d1f5330e04a48b1d6425cf1ef6ed776ed1;p=ffmpeg diff --git a/libavcodec/opus_pvq.h b/libavcodec/opus_pvq.h index e2f01a01b5c..52f9a4e6d41 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);