On 2012-01-12 15:39:02 -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <[email protected]>
> 
> 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
> n_bytes != n_pixels.
> ---
>  libswscale/swscale_unscaled.c |   49 ++++++++++++++++++++++++----------------
>  1 files changed, 29 insertions(+), 20 deletions(-)

ok

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

Reply via email to