pub type aom_enc_frame_flags_t = c_long;
Expand description

Encoded Frame Flags

This type indicates a bitfield to be passed to aom_codec_encode(), defining per-frame boolean values. By convention, bits common to all codecs will be named AOM_EFLAG_, and bits specific to an algorithm will be named /algo/eflag. The lower order 16 bits are reserved for common use.