summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-28 01:14:42 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:49:29 +0100
commit746e7102be97fd15c7d084f434835497e5c81e63 (patch)
tree219d4b9f282456071af7e6f2e9b807bf4003612d /libavcodec/motion_est.c
parent9fa4e0e555ea5d484bf6038ebb0d39a7bf86fb71 (diff)
downloadffmpeg-746e7102be97fd15c7d084f434835497e5c81e63.tar.gz
avcodec/mpegvideo: Move encoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
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]