On 1/12/12, Ronald S. Bultje <[email protected]> wrote: > 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. > --- > libswscale/swscale-test.c | 4 +- > libswscale/swscale_unscaled.c | 47 > +++++++++++++++++++++++----------------- > 2 files changed, 29 insertions(+), 22 deletions(-) >
Can you split this into several patches? Thanks. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
