This data type describes an SPS header of a H.264 video file, in cases where a NAL frame is of type SPS.
Fields
int width The width of video frames.
int height The height of video frames.
int profile The H.264 profile that was used to create encoded video frames.
int level The H.264 profile level that was used to create encoded video frames.
bool crop This value determines whether the decoded video frames should be cropped (if the video size is not representable as an exact pixel value in H.264).
int cropL This number of pixels to crop from the left of a decoded frame.
int cropR This number of pixels to crop from the right of a decoded frame.
int cropT This number of pixels to crop from the top of a decoded frame.
int cropB This number of pixels to crop from the buttom of a decoded frame.