aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/vp9_mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_mv.h')
-rw-r--r--libvpx/vp9/common/vp9_mv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvpx/vp9/common/vp9_mv.h b/libvpx/vp9/common/vp9_mv.h
index 14dde7dd0..76f93cf0b 100644
--- a/libvpx/vp9/common/vp9_mv.h
+++ b/libvpx/vp9/common/vp9_mv.h
@@ -19,6 +19,8 @@
extern "C" {
#endif
+#define INVALID_MV 0x80008000
+
typedef struct mv {
int16_t row;
int16_t col;