mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-27 23:23:19 +00:00
The RGB32 pixel format is RGBA/BGRA depending on target endianness - make sure to convert it to one specific format for the framecrc tests. This fixes the pngparser fate test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>