summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-12 15:58:47 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-13 17:34:45 +0200
commit525f58977c93e189fda49a5c4928feaf4d89fac6 (patch)
treed2b551ed34f1e2b6b2bf387376aeff31fd807fac /libavcodec/motion_est.h
parent285fe5b098c8fbefaed4aacdb839b760a5b7f20d (diff)
mpegvideo: Move macros to more appropriate headers
MAX_MB_BYTES -> mpegutils.h FRAME_SKIPPED -> mpegutils.h INPLACE_OFFSET -> mpegutils.h ME_MAP_SIZE -> motion_est.h
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 a5c662f8c5..3b63972d6e 100644
--- a/libavcodec/motion_est.h
+++ b/libavcodec/motion_est.h
@@ -30,6 +30,7 @@
struct MpegEncContext;
#define MAX_MV 2048
+#define ME_MAP_SIZE 64
#define FF_ME_ZERO 0
#define FF_ME_EPZS 1