pub type FrameNumber = u32;
A frame’s index in presentation order.
This is intentionally u32 because we do not expect to handle videos with more than u32::MAX frames.
u32
u32::MAX