You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-12-25 22:17:24 +02:00
Some tools like v4l2-ctl dump data without skip padding. If the padding size is not an integer multiple of the number of pixel bytes, we cannot handle it by using a larger width, e.g.,, for RGB24 image with 32 bytes padding in each line.