From c0a586d9d5cd99e9f36e4d190f9aa137803378dc Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 25 Jul 2014 21:56:13 +0200 Subject: reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump Signed-off-by: Michael Niedermayer --- libavfilter/vf_deshake.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/vf_deshake.c') diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c index 9a56b71b39..50aa451a32 100644 --- a/libavfilter/vf_deshake.c +++ b/libavfilter/vf_deshake.c @@ -57,7 +57,7 @@ #include "libavutil/mem.h" #include "libavutil/opt.h" #include "libavutil/pixdesc.h" -#include "libavcodec/me_cmp.h" +#include "libavcodec/dsputil.h" #include "deshake.h" #include "deshake_opencl.h" @@ -414,7 +414,7 @@ static int config_props(AVFilterLink *link) deshake->last.zoom = 0; deshake->avctx = avcodec_alloc_context3(NULL); - ff_me_cmp_init(&deshake->c, deshake->avctx); + avpriv_dsputil_init(&deshake->c, deshake->avctx); return 0; } -- cgit v1.2.3