[][src]Type Definition libaom_sys::aom_codec_frame_flags_t

type aom_codec_frame_flags_t = u32;

Compressed Frame Flags

This type represents a bitfield containing information about a compressed frame that may be useful to an application. The most significant 16 bits can be used by an algorithm to provide additional detail, for example to support frame types that are codec specific (MPEG-1 D-frames for example)