From 746e7102be97fd15c7d084f434835497e5c81e63 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 28 Jan 2022 01:14:42 +0100 Subject: avcodec/mpegvideo: Move encoder-only stuff to a new header Signed-off-by: Andreas Rheinhardt --- libavcodec/motion_est.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/motion_est.c') diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 930460629b..a191fd06ba 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -35,7 +35,7 @@ #include "mathops.h" #include "motion_est.h" #include "mpegutils.h" -#include "mpegvideo.h" +#include "mpegvideoenc.h" #define P_LEFT P[1] #define P_TOP P[2] -- cgit v1.2.1