On 2011-12-15 13:46:36 -0500, Sean McGovern wrote: > On Thursday, December 15, 2011, Diego Biurrun <[email protected]> wrote: > > On Thu, Dec 15, 2011 at 03:48:21PM +0100, Janne Grunau wrote: > >> Fixes checksum on big endian systems. > >> --- > >> tests/fate2.mak | 2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Looks like it didn't -- is it because of r210dec.c:28 ? > > avctx->pix_fmt = PIX_FMT_RGB48;
no, that is native endianess. Swscale doesn't do any endianess conversion for RGB pixel formats. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
