Hi,

2012/1/12 Måns Rullgård <[email protected]>:
> "Ronald S. Bultje" <[email protected]> writes:
>
>> From: "Ronald S. Bultje" <[email protected]>
>>
>> Fixes problems in swscale-test where it gives a 3-member array to a
>> function expecting a 4-member array. Secondly, fixes problems where
>> rgbToRgbWrapper() is called even though it doesn't support this
>> particular conversion (e.g. converting from RGB444 to anything).
>> Thirdly, fixes issues where rgbToRgbWrapper() is called for non-native
>> endiannness conversions (e.g. RGB555BE on a LE system). Fourthly,
>> fixes crashes when converting from e.g. monowhite to monowhite, which
>> calls planarCopyWrapper() and overwrites/reads because a n_bytes !=
>> n_pixels.
>
> Is _anything_ in that godforsaken library correct?

The name: libav... oh wait.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to