From 9cf0841ef35239660fc313314778414e2828f025 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 15 Feb 2012 12:06:44 +0200 Subject: dsputil: Add ff_ prefix to the dsputil*_init* functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/4xm.c') diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index e120bb0861..139a642a47 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -880,7 +880,7 @@ static av_cold void common_init(AVCodecContext *avctx) { FourXContext * const f = avctx->priv_data; - dsputil_init(&f->dsp, avctx); + ff_dsputil_init(&f->dsp, avctx); f->avctx = avctx; } -- cgit v1.2.3