diff options
Diffstat (limited to 'libavcodec/truespeech.c')
-rw-r--r-- | libavcodec/truespeech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truespeech.c b/libavcodec/truespeech.c index 66ca461741..df35205ed9 100644 --- a/libavcodec/truespeech.c +++ b/libavcodec/truespeech.c @@ -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; |