]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbisdec.c
dsputil: Add ff_ prefix to the dsputil*_init* functions
[ffmpeg] / libavcodec / vorbisdec.c
index 1f1df91330e20de5615b369f2c9ff36b9820b6fe..158ee4db1b5bd842d2016a33b1078fd2f85b3e0a 100644 (file)
@@ -978,7 +978,7 @@ static av_cold int vorbis_decode_init(AVCodecContext *avccontext)
     int hdr_type, ret;
 
     vc->avccontext = avccontext;
-    dsputil_init(&vc->dsp, avccontext);
+    ff_dsputil_init(&vc->dsp, avccontext);
     ff_fmt_convert_init(&vc->fmt_conv, avccontext);
 
     if (avccontext->request_sample_fmt == AV_SAMPLE_FMT_FLT) {