Constant rsmpeg::ffi::AVFrameSideDataType_AV_FRAME_DATA_MOTION_VECTORS[][src]

pub const AVFrameSideDataType_AV_FRAME_DATA_MOTION_VECTORS: u32 = 8; // 0x0000_0008u32
Expand description

Motion vectors exported by some codecs (on demand through the export_mvs flag set in the libavcodec AVCodecContext flags2 option). The data is the AVMotionVector struct defined in libavutil/motion_vector.h.