From 149fa0b7ac180fe1df48a2e379c560813555bf57 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 29 May 2015 19:44:05 +0100 Subject: mpegvideo: Move MotionEstContext and function declarations to a separate header --- libavcodec/motion_est.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/motion_est.c') diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index c51be8d89e..d0c0439319 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -34,6 +34,7 @@ #include "avcodec.h" #include "internal.h" #include "mathops.h" +#include "motion_est.h" #include "mpegutils.h" #include "mpegvideo.h" -- cgit v1.2.3