Constant AV_FRAME_DATA_VIDEO_HINT

Source
pub const AV_FRAME_DATA_VIDEO_HINT: u32 = 27; // 27u32
Expand description

Provide encoder-specific hinting information about changed/unchanged portions of a frame. It can be used to pass information about which macroblocks can be skipped because they didn’t change from the corresponding ones in the previous frame. This could be useful for applications which know this information in advance to speed up encoding.