summaryrefslogtreecommitdiff
path: root/libavfilter/motion_estimation.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/motion_estimation.c')
-rw-r--r--libavfilter/motion_estimation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/motion_estimation.c b/libavfilter/motion_estimation.c
index 0f9ba21784..2bf5ce6155 100644
--- a/libavfilter/motion_estimation.c
+++ b/libavfilter/motion_estimation.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/common.h"
#include "motion_estimation.h"
static const int8_t sqr1[8][2] = {{ 0,-1}, { 0, 1}, {-1, 0}, { 1, 0}, {-1,-1}, {-1, 1}, { 1,-1}, { 1, 1}};