From 47f212329e5d73c81e2c67acd6a481bc0fe687b2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 8 Jan 2017 11:48:05 -0300 Subject: huffyuvdsp: move functions only used by huffyuv from lossless_videodsp Signed-off-by: James Almer --- libavcodec/lagarith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/lagarith.c') diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c index 96a4b5c653..f03305fdd4 100644 --- a/libavcodec/lagarith.c +++ b/libavcodec/lagarith.c @@ -725,7 +725,7 @@ static av_cold int lag_decode_init(AVCodecContext *avctx) LagarithContext *l = avctx->priv_data; l->avctx = avctx; - ff_llviddsp_init(&l->llviddsp, avctx); + ff_llviddsp_init(&l->llviddsp); return 0; } -- cgit v1.2.3