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