imageFlags constant
int
const imageFlags
Per-image flags — whether the slice is an I-frame, and the rest.
The transcoder here treats every image as a key frame, so it never looks. It is for a caller transcoding a video-like sequence, where an image that is not a key frame cannot be decoded on its own and this is what says so.
Implementation
static const int imageFlags = 0;