diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-29 19:44:05 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 13:06:19 +0200 |
commit | 149fa0b7ac180fe1df48a2e379c560813555bf57 (patch) | |
tree | ff6d47cc03f060299131cd54e03bb3af8b02ebf1 /libavcodec/motion_est.c | |
parent | b2b766914a49c4e3537df3a585e97b98d432edd2 (diff) | |
download | ffmpeg-149fa0b7ac180fe1df48a2e379c560813555bf57.tar.gz |
mpegvideo: Move MotionEstContext and function declarations to a separate header
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r-- | libavcodec/motion_est.c | 1 |
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" |