]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_pvq.h
avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
[ffmpeg] / libavcodec / opus_pvq.h
index e2f01a01b5c68eee2b1b2e4b0838ae7f17c3ed4f..52f9a4e6d4167435d9a4aa62a23c1eedea1b969c 100644 (file)
@@ -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);