Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-16 12:23:20 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-16 12:23:20 +0300
commitb3ff8ef6ec239085f41ee3b0b68d7ac0a4142226 (patch)
treeaf1213f437b4037bc5df38e73c7ae35e4192713d /libavcodec/motion_est.h
parent643a1560024f52ba56b56e812820765b3ae03be6 (diff)
parent525f58977c93e189fda49a5c4928feaf4d89fac6 (diff)
Merge commit '525f58977c93e189fda49a5c4928feaf4d89fac6'
* commit '525f58977c93e189fda49a5c4928feaf4d89fac6': mpegvideo: Move macros to more appropriate headers Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/motion_est.h')
-rw-r--r--libavcodec/motion_est.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/motion_est.h b/libavcodec/motion_est.h
index e09f705eee..df9e3c7e85 100644
--- a/libavcodec/motion_est.h
+++ b/libavcodec/motion_est.h
@@ -30,6 +30,7 @@
struct MpegEncContext;
#define MAX_MV 4096
+#define ME_MAP_SIZE 64
#define FF_ME_ZERO 0
#define FF_ME_EPZS 1