AVMotionVector

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

dst_x
short dst_x;

Absolute destination position. Can be outside the frame area.

dst_y
short dst_y;
Undocumented in source.
flags
ulong flags;

Extra flag information. Currently unused.

h
ubyte h;
Undocumented in source.
motion_scale
ushort motion_scale;
Undocumented in source.
motion_x
int motion_x;

Motion vector src_x = dst_x + motion_x / motion_scale src_y = dst_y + motion_y / motion_scale

motion_y
int motion_y;
Undocumented in source.
source
int source;

Where the current macroblock comes from; negative value when it comes from the past, positive value when it comes from the future. XXX: set exact relative ref frame reference instead of a +/- 1 "direction".

src_x
short src_x;

Absolute source position. Can be outside the frame area.

src_y
short src_y;
Undocumented in source.
w
ubyte w;

Width and height of the block.

Meta