huffyuvdsp: move functions only used by huffyuv from lossless_videodsp

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-01-08 11:48:05 -03:00
parent cf9ef83960
commit 47f212329e
14 changed files with 208 additions and 204 deletions

View File

@@ -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;
}