X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopus_pvq.h;h=52f9a4e6d4167435d9a4aa62a23c1eedea1b969c;hb=1ab3ae6fd5b1866aa42cfc0c5d79700adb7281d8;hp=e2f01a01b5c68eee2b1b2e4b0838ae7f17c3ed4f;hpb=50ae1f7e0ff1fa00236622415039f7e28d919a25;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);