> -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of > Scott Theisen > Sent: Friday, February 4, 2022 12:15 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect > yellow appearance of dvd subtitles > > On 2/3/22 17:57, Soft Works wrote: > > My suspicion is that 0xffff00 was written assuming RGBA order > instead > > of ARGB. > > You are missing a byte for either RGBA or ARGB. RGBA would be cyan. > I think using yellow for debugging purposes is more likely, i.e. it
Something made me think that it might have come from a byte ordering issue when I had debugged an example, but I don't remember exactly. Probably you are just right about it, but only Fabrice might be able to tell for sure.. > However, it shouldn't > have been committed like that, if that was the reason. No matter the reason, I don't think there's any doubt that it's wrong? softworkz _______________________________________________ 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".