summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/vp56.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index 6bdea23fdf..ce66c96de1 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -62,8 +62,8 @@ typedef struct {
} VP56RefDc;
struct vp56_mv {
- int x;
- int y;
+ int16_t x;
+ int16_t y;
};
typedef struct {