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/utvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/utvideo.c') diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c index 2419d4f845..884b16e9be 100644 --- a/libavcodec/utvideo.c +++ b/libavcodec/utvideo.c @@ -505,7 +505,7 @@ static av_cold int decode_init(AVCodecContext *avctx) c->avctx = avctx; - dsputil_init(&c->dsp, avctx); + ff_dsputil_init(&c->dsp, avctx); if (avctx->extradata_size < 16) { av_log(avctx, AV_LOG_ERROR, "Insufficient extradata size %d, should be at least 16\n", -- cgit v1.2.3