19 #ifndef AVUTIL_MOTION_VECTOR_H 20 #define AVUTIL_MOTION_VECTOR_H int16_t src_x
Absolute source position.
int16_t dst_x
Absolute destination position.
int32_t source
Where the current macroblock comes from; negative value when it comes from the past, positive value when it comes from the future.
uint8_t w
Width and height of the block.
int32_t motion_x
Motion vector src_x = dst_x + motion_x / motion_scale src_y = dst_y + motion_y / motion_scale.
uint64_t flags
Extra flag information.