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 {