]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truespeech.c
h264: fix mmxext chroma deblock to use correct TC values.
[ffmpeg] / libavcodec / truespeech.c
index 66ca4617410c71943766c01644745d562c2d6ef2..df35205ed9884cc6b8c788a9937fab0363552c42 100644 (file)
@@ -68,7 +68,7 @@ static av_cold int truespeech_decode_init(AVCodecContext * avctx)
 
     avctx->sample_fmt = AV_SAMPLE_FMT_S16;
 
-    dsputil_init(&c->dsp, avctx);
+    ff_dsputil_init(&c->dsp, avctx);
 
     avcodec_get_frame_defaults(&c->frame);
     avctx->coded_frame = &c->frame;