summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-05-29 19:44:05 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-31 13:06:19 +0200
commit149fa0b7ac180fe1df48a2e379c560813555bf57 (patch)
treeff6d47cc03f060299131cd54e03bb3af8b02ebf1 /libavcodec/motion_est.c
parentb2b766914a49c4e3537df3a585e97b98d432edd2 (diff)
mpegvideo: Move MotionEstContext and function declarations to a separate header
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c1
1 files changed, 1 insertions, 0 deletions
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"