H264 stream contains cropping parameters for frames with sizes that are not factors of 16 (such as 1920x1080). The C decoder has a function "h264bsdCroppingParams" to get these parameters, but this library ignores it, and decodes the frame as 1920x1088 instead.
H264 stream contains cropping parameters for frames with sizes that are not factors of 16 (such as 1920x1080). The C decoder has a function "h264bsdCroppingParams" to get these parameters, but this library ignores it, and decodes the frame as 1920x1088 instead.