On Tue, 01. Dec 00:45, Carl Eugen Hoyos wrote: > Am Mo., 30. Nov. 2020 um 06:48 Uhr schrieb Andriy Gelman > <andriy.gel...@gmail.com>: > > > > From: Andriy Gelman <andriy.gel...@gmail.com> > > > > Fixes fate-qtrle-32bit on PPC64 qemu > > I suspect your patch fixes colourspace conversion (and the fate > test) on big-endian.
For this fate test it's currently doing the argb->bgra conversion in swscale() (libswscale/swscale.c). I saved some of the output images to .bmp and they seem fine. Looking at swscale() I think the conversion is done via argb->yuv->bgra. After the patch it's a permutation of the bytes. -- Andriy _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".