summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-07-23 13:50:35 -0700
committerDiego Biurrun <diego@biurrun.de>2014-07-25 12:00:53 -0700
commit4fbb62a21bd04bf261da2382d5ba6c249c702af8 (patch)
tree7752fe2b56218e2f6f1a1a00939156af1c410d11 /libavcodec/mpegvideo.h
parentff85334375c6733c6116ea3686f128b4a11f33e7 (diff)
mpegvideo: Move ME_MAP_* defines to the only place they are used
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 8233d6f3ab..04728b25bc 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -73,8 +73,6 @@ enum OutputFormat {
#define MAX_B_FRAMES 16
#define ME_MAP_SIZE 64
-#define ME_MAP_SHIFT 3
-#define ME_MAP_MV_BITS 11
#define MAX_MB_BYTES (30*16*16*3/8 + 120)