mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-06 12:34:33 +01: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>