summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
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]